コード例 #1
0
ファイル: Player.cs プロジェクト: CCESP/mostrapuc-game
 private void GameOver(bool win)
 {
     DisablePlayer();
     gsc.GameOver(win);
 }