PKHeX/PKHeX.Core/Legality/Encounters/Generator/Specific
Kurt 8222297da8 Remove enumerating when loading event templates
Just allocate the parent array and pass it to HashSet; having an ICollection, prevents resizing repeatedly and gc'ing the temp array is cheap.

Actually, only create a hashset if we're adding a gift from external DB. Saves on that allocation, and keeps the final result as an array (fastest iterating).
2021-06-04 13:48:02 -07:00
..
EncounterEggGenerator.cs Minor tweaks 2021-06-03 12:04:19 -07:00
EncounterEggGenerator2.cs Refine crystal egg checks 2021-05-23 12:50:42 -07:00
EncounterSlotGenerator.cs Minor clean 2021-03-14 16:16:55 -07:00
EncounterStaticGenerator.cs Update EncounterStaticGenerator.cs 2021-04-01 13:51:00 -07:00
EncounterTradeGenerator.cs Leak mismatched forms thru the possible check 2021-05-08 08:13:27 -07:00
MysteryGiftGenerator.cs Remove enumerating when loading event templates 2021-06-04 13:48:02 -07:00