Example #1
0
 internal void setTarget(TargetInformation info)
 {
     this.TargetInfo = info;
 }
Example #2
0
 internal bool CanTarget(TargetInformation targetInformation)
 {
     return(targetInformation.IsValid && (targetInformation.Target == null || targetInformation.Target.Team != Team));
 }