bool hasHigherLevel(Attackable attacker, Attackable target, int difference) { return(attacker.Level >= target.Level + difference); }