Beispiel #1
0
 public void OnGameStart(string data)
 {
     gameState.OnGameStart(data);
     Debug.Log(data);
 }