public static bool IsArmorGroup(string growStep)
 {
     return(MonsterGrowStepData.IsArmorGroup(MonsterGrowStepData.ToGrowStep(growStep)));
 }
 public static bool IsArmorGroup(int growStep)
 {
     return(MonsterGrowStepData.IsArmorGroup((GrowStep)growStep));
 }