コード例 #1
0
 public void OnNextTurn(GameMaster game)
 {
     movement.OnNextTurn(game);
     combat.OnNextTurn(game);
 }