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