コード例 #1
0
 public void Lose()
 {
     state = GameState.LOSE;
     player.DisableControl();
     view.ShowLose();
 }