PKHeX/PKHeX.Core/Saves/Substructures/Gen8/LA
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
..
Pokedex Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
Spawners Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
BoxLayout8a.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Coordinates8a.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Epoch1970Value.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
LastSaved8a.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MyItem8a.cs Use ReadOnlySpan instead of Span if appropriate 2022-06-13 00:04:20 -07:00
MyStatus8a.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Party8a.cs Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00
PlayerFashion8a.cs Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00
PlayTime8a.cs Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00