Example #1
0
 protected bool IsSeeingPotentialTarget(out Flag f)
 {
     f = null;
     return(Team.Game.IsSeeingAPotentialTarget(this, out f));
 }
Example #2
0
 public void NotifyFlagDrop(Flag f)
 {
     Debug.Log("Team " + f.Team.Id + "'s flag have been take by " + f.Carrier.Name + "(Team " + f.Carrier.Team.Id + ")");
 }