PKHeX/PKHeX.Core/Legality/Verifiers/Ability
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
..
AbilityBreedLegality.cs Handle unavailable hidden abilities for bdsp 2022-01-17 21:44:21 -08:00
AbilityVerifier.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00