status is now shown by image

This commit is contained in:
shinichi
2020-10-16 10:41:38 +02:00
parent 5280e70feb
commit 29037f1774
4 changed files with 30 additions and 23 deletions

View File

@@ -74,6 +74,7 @@ namespace RH_Engine
public static string GetID(string json)
{
//TODO fix null
dynamic d = JsonConvert.DeserializeObject(json);
return d.id;
}