PKHeX/PKHeX.Core/Legality/LearnSource
Kurt 5ce3e734b8
Skip initial cctor alloc on non-byte primitives (#3850)
Runtime/jit repoints these to the dll rather than heap if we're Little Endian (always, otherwise will allocate like before).

Eliminates quite a few static constructors, so even faster startup. Items later.
2023-03-25 17:55:55 -07:00
..
Group Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Sources Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
Verify Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
LearnEnvironment.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
LearnMethod.cs Move files 2022-08-11 00:24:59 -07:00
MoveLearnInfo.cs Add more xmldoc 2022-08-21 01:39:16 -07:00
MoveResult.cs Refactoring: Narrow some value types (Species, Move, Form) (#3575) 2022-08-26 23:43:36 -07:00