public static bool IsChild1Scope(string growStep) { return(MonsterGrowStepData.IsChild1Scope(MonsterGrowStepData.ToGrowStep(growStep))); }
public static bool IsUltimateGroup(string growStep) { return(MonsterGrowStepData.IsUltimateGroup(MonsterGrowStepData.ToGrowStep(growStep))); }
public static bool IsHybridGroup(string growStep) { return(MonsterGrowStepData.IsHybridGroup(MonsterGrowStepData.ToGrowStep(growStep))); }
public static bool IsGardenDigimonScope(string growStep) { return(MonsterGrowStepData.IsGardenDigimonScope(MonsterGrowStepData.ToGrowStep(growStep))); }