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