Made release buildable

This commit is contained in:
Simon Lübeß
2025-08-24 16:54:26 +02:00
parent 7df651103b
commit c94ffbef64
15 changed files with 396 additions and 147 deletions
+2 -1
View File
@@ -484,7 +484,8 @@ static class ScriptEngine
s_RootDomain = null;*/
}
public static NewScriptClass GetScriptClass(StringView name)
/// Returns the script class with the given name, or null, if no such class exists.
private static NewScriptClass GetScriptClass(StringView name)
{
EntityClasses.TryGetValue(name, let scriptClass);