PKHeX/PKHeX.Core/Legality/LearnSource/Sources/Shared
Kurt 5bdc6b9ef8
Privatize some static fields, more robust legal helper classes. (#3865)
* Uses LearnSource more throughout the codebase when appropriate, rather than loosely coupled pivot methods.
* Hides Learnset/EggMove data inside the LearnSource classes.
* Extracts functionality from the large Legal class & partial Table*.cs files into better performing helper classes.
* Cleans up some code from prior LearnSource commits.
2023-04-20 21:23:15 -07:00
..
IEggSource.cs Remove some bounds checks, int->byte form oops 2022-08-27 12:53:30 -07:00
ILearnSource.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
IReminderSource.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
LearnOption.cs Add more xmldoc 2022-08-11 00:46:41 -07:00
LearnSource1.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
LearnSource2.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
LearnSource3.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
LearnSource4.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
LearnSource5.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
LearnSource7.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
MoveTutor.cs Remove some bounds checks, int->byte form oops 2022-08-27 12:53:30 -07:00