Beispiel #1
0
 void DamageReaction()
 {
     defender.DamageAction();
     battleProcess = BATTLE_PROCESS.DAMAGED_MESSAGE;
 }