Beispiel #1
0
 void MonsterAttackMove()
 {
     attacker.AttackAction();
     battleProcess = BATTLE_PROCESS.DAMAGE_REACTION;
 }