public void Fight() { if (GetEnemyCount() == 0) { MQOEvents.LoadFight(MobToFight); } else { Attack(); } }