PKHeX/PKHeX.Core/Legality/Restrictions
Kurt ccf87242c1 Eliminate boxing on encounter search (criteria)
struct implementing interface is boxed when passed to method that accepts interface (not generic method).
Removes IDexLevel (no other inheritors but EvoCriteria) and uses the primitive the data is stored (array, not IReadOnlyList) for slightly better perf.
2022-05-07 18:29:36 -07:00
..
Memories Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EvolutionRestrictions.cs Check level for new evo methods 2022-02-07 21:46:05 -08:00
GBRestrictions.cs Refactor EvoCriteria to be a struct, reduce allocation (#3483) 2022-04-23 21:33:17 -07:00
ItemRestrictions.cs Update PKHeX.Core abstractions with latest logic 2022-02-04 17:35:15 -08:00
Locale3DS.cs Trailing commas 2021-08-20 13:49:20 -07:00
Vivillon3DS.cs Add IFixedAbilityNumber, hide vivillon region flags 2021-09-06 18:11:32 -07:00
WordFilter.cs Use invariant culture for ToUpper/ToLower 2021-06-24 09:16:36 -07:00