PKHeX/PKHeX.Core/Legality/Encounters/Generator/ByGeneration
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
..
EncounterGenerator3.cs Remove optional gameversion for enc generators 2022-05-04 22:28:39 -07:00
EncounterGenerator4.cs Remove optional gameversion for enc generators 2022-05-04 22:28:39 -07:00
EncounterGenerator5.cs Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately (#3222) 2021-06-22 20:23:48 -07:00
EncounterGenerator6.cs Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately (#3222) 2021-06-22 20:23:48 -07:00
EncounterGenerator7.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterGenerator8.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterGenerator8a.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterGenerator8b.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
EncounterGenerator12.cs Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00