PKHeX/PKHeX.Core/Legality/Verifiers/Ribbons
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
..
RibbonResult.cs seal hunting 2020-09-07 13:51:13 -07:00
RibbonStrings.cs Use range/index 2021-05-14 15:30:55 -07:00
RibbonVerifier.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00