Refactor CoreCLR runtime into explicit dotnet api instead of mocking mono api
Required by platforms that will use mono under the hood for .Net 7 New `USE_CSHARP` define for C# ability Engine doesn't use `mono_*` apis directly but via MCore/MClass/MMethod/ apis
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "Script.h"
|
||||
#include "Engine/Core/Log.h"
|
||||
#if USE_EDITOR
|
||||
#include "StdTypesContainer.h"
|
||||
#include "Internal/StdTypesContainer.h"
|
||||
#include "ManagedCLR/MClass.h"
|
||||
#include "Editor/Editor.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user