Script glue works!

This commit is contained in:
Simon Lübeß
2025-07-17 15:07:06 +02:00
parent 0a53ff48f9
commit f7bcff5337
12 changed files with 433 additions and 327 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public class Entity : EngineObject
/// </summary>
public string Name
{
get => ScriptGlue.Entity_GetName(_uuid);
get => "TODO!";//ScriptGlue.Entity_GetName(_uuid);
set => ScriptGlue.Entity_SetName(_uuid, value);
}