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