Example #1
0
 public void ChangeState()
 {
     isReady = !isReady;
     player.SetReady(isReady);
 }