Пример #1
0
 public void EnterFightMode()
 {
     fightMode = true;
     fightManager.InitFight();
 }