using Core.Models.Eft.Common.Tables; using Core.Models.Eft.Ragfair; namespace Core.Generators; public class RagfairOfferGenerator { public RagfairOffer CreateOffer(string userID, float time, List items, List barterScheme, int loyalLevel, int price, bool sellInOnePiece) { throw new NotImplementedException(); } }