コード例 #1
0
ファイル: GameWorld.cs プロジェクト: gmoller/MapEditor
 public void StartTurnForPlayer()
 {
     _player.StartTurn();
 }