ScriptCore: Moved Component + Doc

This commit is contained in:
Simon Lübeß
2023-12-13 14:00:27 +01:00
parent 105ff57206
commit 4a2635a8c3
6 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -631,7 +631,7 @@ static class ScriptEngine
s_EngineObject = new ScriptClass("GlitchyEngine.Core", "EngineObject", s_CoreAssemblyImage, .Class);
s_EntityRoot = new ScriptClass("GlitchyEngine", "Entity", s_CoreAssemblyImage, .Entity);
s_ComponentRoot = new ScriptClass("GlitchyEngine", "Component", s_CoreAssemblyImage, .Component);
s_ComponentRoot = new ScriptClass("GlitchyEngine.Components", "Component", s_CoreAssemblyImage, .Component);
// Editor classes
s_EntityEditor = new ScriptClass("GlitchyEngine.Editor", "EntityEditor", s_CoreAssemblyImage, .Class);