mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Started to expose DOM to C# API with support for custom nodes. Currently crash when doing FindNodeByID<T>
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user