public static bool CanAttack(Game.Entity attacker, Game.Entity attacked, Database.SpellInformation spell, bool melee)
#region Clone Section if (attacker.MyClones != null) { if (attacker.MyClones.ContainsKey(attacked.UID)) { return false; } } #endregion