예제 #1
0
 private void ChangeToShipSelection()
 {
     this.playerState = PlayerState.SelectingShip;
     playerUIManager.ChangeToShipSelection();
 }