PKHeX/PKHeX.Core/Legality/Encounters/EncounterTrade
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
..
EncounterTrade.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterTrade1.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterTrade2.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterTrade3.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterTrade4.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterTrade5.cs Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
EncounterTrade6.cs More specific primitives for Memories/others 2022-03-06 12:01:47 -08:00
EncounterTrade7.cs More specific primitives for Memories/others 2022-03-06 12:01:47 -08:00
EncounterTrade7b.cs Update EncounterTrade for Shiny metadata 2022-03-05 21:04:18 -08:00
EncounterTrade8.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterTrade8b.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterTradeGB.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00