public bool IsHostileTo(WorldEntity other)
 {
     return(other.GetTeamNumber() != GetTeamNumber());
 }