Started to expose DOM to C# API with support for custom nodes. Currently crash when doing FindNodeByID<T>

This commit is contained in:
antopilo
2024-09-13 00:51:34 -04:00
parent 9e87dca9ce
commit 3b148b76c4
18 changed files with 390 additions and 90 deletions

View File

@@ -242,7 +242,7 @@ namespace Nuake.Net
public bool Playing { get; set; }
public int CurrentAnimation { get; set; }
public void Play(String name)
public void Play(string name)
{
unsafe { PlayIcall(EntityID, name); }
}