Пример #1
0
 public bool CanAttackEntity(IBattleEntity other)
 {
     return(CurrentAttack.CanTargetBeReached(_owner, other));
 }