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