Exemplo n.º 1
0
 private static bool IsDitto(IMonsterStaticData monster) => false;
Exemplo n.º 2
0
        private static IMonsterStaticData GetPreEvolution(IMonsterStaticData father, IMonsterStaticData mother)
        {
            // Baby/Ditto check.

            return(mother);
        }