Exemple #1
0
 public FilterRule(FilterTeamType TeamType, FilterRangeType RangeType, FilterNpcType NpcType)
 {
     this.TeamType  = TeamType;
     this.RangeType = RangeType;
     this.NpcType   = NpcType;
 }
Exemple #2
0
 public static List <BaseNpc> Find(List <BaseNpc> List, FilterNpcType Type, FilterArgs Args)
 {
     return(FuncList_[Type].Invoke(List, Args));
 }