public static void NotifyUnityGameObjects(string methodString, params object[] parameters)
 {
     Play.Log("NotifyUnityGameObjects: " + methodString + parameters);
 }
Пример #2
0
 public void Ping()
 {
     Play.Log("ping");
     this.WebSocketClient.Send("{}");
 }