예제 #1
0
 public ManagerStatFilter(int minValue, int maxValue, EnumManagerStat statType)
     : base(minValue, maxValue)
 {
     this.StatType = statType;
     this.Side     = EnumOwnSide.Own;
 }
예제 #2
0
 public static int GetStatInt(this ISkillPlayer player, EnumManagerStat statType)
 {
     return(player.GetStatInt((int)statType));
 }