예제 #1
0
 public virtual bool IsEnemyOf(RLBaseActor otherActor)
 {
     return(GetTeamId() != otherActor.GetTeamId());
 }
예제 #2
0
 public virtual bool IsAllyOf(RLBaseActor otherActor)
 {
     return(GetTeamId() == otherActor.GetTeamId());
 }