예제 #1
0
 bool hasHigherLevel(Attackable attacker, Attackable target, int difference)
 {
     return(attacker.Level >= target.Level + difference);
 }