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