Fix crash when using attributes cache after hot-reload in editor

This commit is contained in:
Wojtek Figat
2024-10-24 23:38:25 +02:00
parent ca9b041f54
commit 1181deb5df
6 changed files with 44 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ class FLAXENGINE_API MMethod
friend MClass;
friend MProperty;
friend MEvent;
friend MCore;
protected:
#if USE_MONO