Пример #1
0
 void CmdReadyPress(bool buttonActive)
 {
     print(buttonActive);
     canvas.ToggleReady(new PlayerInfo(playerName, buttonActive));
 }