Пример #1
0
 private void ChangeToPlaying()
 {
     AddShip(currentlySelectedShip, ai);
     this.playerState = PlayerState.Playing;
     playerUIManager.ChangeToPlaying();
 }