Fix crash when using attributes cache after hot-reload in editor
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
/// </summary>
|
||||
class FLAXENGINE_API MAssembly
|
||||
{
|
||||
friend MCore;
|
||||
friend MDomain;
|
||||
friend Scripting;
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
class FLAXENGINE_API MEvent
|
||||
{
|
||||
friend MClass;
|
||||
friend MCore;
|
||||
|
||||
protected:
|
||||
#if USE_MONO
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
class FLAXENGINE_API MField
|
||||
{
|
||||
friend MClass;
|
||||
friend MCore;
|
||||
|
||||
protected:
|
||||
#if USE_MONO
|
||||
|
||||
@@ -16,6 +16,7 @@ class FLAXENGINE_API MMethod
|
||||
friend MClass;
|
||||
friend MProperty;
|
||||
friend MEvent;
|
||||
friend MCore;
|
||||
|
||||
protected:
|
||||
#if USE_MONO
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
class FLAXENGINE_API MProperty
|
||||
{
|
||||
friend MClass;
|
||||
friend MCore;
|
||||
|
||||
protected:
|
||||
#if USE_MONO
|
||||
|
||||
Reference in New Issue
Block a user