PKHeX/PKHeX.Core/Legality/Encounters/Generator/Moveset
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
..
EncounterMovesetGenerator.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterOrder.cs Fracture the encounter matching checks to allow progressive validation (#3137) 2021-01-29 17:55:27 -08:00