b69544ae2c
Made `RagfairRequiredItemService` a singleton Made `RagfairRequiredItemService ` store offerIds instead of offer objects, reducing memory footprint Reworked `GetOffersThatRequireItem` to work with `RagfairRequiredItemService` changes Moved `GenerateDynamicOffers` to run after garbage colelction, this means GC will work on memory prior to new offers being added but after stale offers are removed Made `PaymentHelper` a singleton + Store currency tpls in a hashset instead of list Comment improvements