Esempio n. 1
0
 public bool GetIsAlly(Entity target)
 {
     return (this.GetIsUnit() && target.GetIsUnit()) || (this.GetIsEnemy() && target.GetIsEnemy());
 }