Move EvoBase to Evolutions folder

This commit is contained in:
Kurt 2020-11-27 12:06:52 -08:00
parent 6ebeb73293
commit c2867f7899

View file

@ -44,4 +44,4 @@ namespace PKHeX.Core
return (uint)index >= evolutions.Count ? EvoEmpty : evolutions[index];
}
}
}
}