예제 #1
0
 public void ContinueCombat()
 {
     Combat.EnemyTurn();
     stateManeger.ChangeState(Combat);
 }