feat(scripting): add mono csharp runtime foundation
This commit is contained in:
8
managed/XCEngine.ScriptCore/Space.cs
Normal file
8
managed/XCEngine.ScriptCore/Space.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace XCEngine
|
||||
{
|
||||
public enum Space
|
||||
{
|
||||
Self = 0,
|
||||
World = 1,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user