PKHeX/PKHeX.Core/Editing/Saves/Slots
Kurt a57f40ae7d Break up PKX into separate classes
Many years ago, PKX used to be a >4,000 line bloated file, which spun off multiple classes like CommonEdits and most of the early non-GUI PKM related logic. Now, it's just a stub to source the latest generation & personal table.

Separate files = more concise info, and more room to grow to do more advanced things.
Makes the IsPresent methods public (no longer internal).
2022-05-06 20:38:55 -07:00
..
Info Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
BoxEdit.cs Minor clean 2020-10-03 17:09:22 -07:00
Extensions.cs Update PKHeX.Core abstractions with latest logic 2022-02-04 17:35:15 -08:00
ISlotViewer.cs Refactoring 2019-09-02 19:30:58 -07:00
SlotChangelog.cs Trailing commas 2021-08-20 13:49:20 -07:00
SlotEditor.cs Don't set dex on slot swap within save 2022-02-07 15:03:26 -08:00
SlotPublisher.cs Target type'd new 2020-12-21 17:17:56 -08:00
SlotTouchResult.cs Refactoring 2019-09-02 19:30:58 -07:00
SlotTouchType.cs Refactoring 2019-09-02 19:30:58 -07:00
SlotViewInfo.cs Simplify comparison 2019-11-24 09:48:22 -08:00
StorageSlotType.cs Misc reorg + skeleton for slot editor 2018-09-21 21:20:28 -07:00