mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ScriptGenerator.cs
This commit is contained in:
@@ -60,6 +60,7 @@ namespace TEngine.Editor.UI
|
||||
strFile.Append("using TEngine;\n\n");
|
||||
strFile.Append("namespace GameMain\n");
|
||||
strFile.Append("{\n");
|
||||
strFile.Append("\t[Window(UILayer.UI)]\n");
|
||||
strFile.Append("\tclass " + root.name + " : UIWindow\n");
|
||||
strFile.Append("\t{\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user