Esempio n. 1
0
 public static void MonsterAttacks(Player player)
 {
     GameAction.Fight(player, true);
 }
Esempio n. 2
0
 public static void PlayerAttacks(Player player)
 {
     GameAction.Fight(player, false);
 }