PKHeX/Tests/PKHeX.Core.Tests
Kurt 7fc8001806 Continued refactoring
EncounterTrade: don't init Location to -1; keep as default 0 and use that as the pivot for default met location. Move Fateful property to the sub-type that uses it (EncounterTrade4, for Ranch).
Move some EncounterStatic->PKM logic that is per-type to the associated type overloaded methods. Rearrange order of properties to be more consistent with interfaces
Gen3: Initialize some classes without using post-constructor setters. The `init` setter functionality coming in c#9 won't be usable as the net46 runtime/netstandard2 doesn't support it on current previews. Do it this way so we can explicity initialize some required properties rather than apply version on a second iteration.
2020-09-13 14:40:10 -07:00
..
General Misc clean 2020-01-01 19:07:21 -08:00
Legality Continued refactoring 2020-09-13 14:40:10 -07:00
PKM Misc clean 2019-10-26 12:58:55 -07:00
Saves Don't SetValue to block if not exportable 2020-01-19 10:25:40 -08:00
Simulator Minor clean 2020-06-27 23:36:53 -05:00
TestData
Util Add custom int/uint parse tests 2020-01-02 11:11:31 -08:00
PKHeX.Core.Tests.csproj Update netcore target from 3.0 to 3.1 2020-09-09 18:27:12 -07:00