0
0
mirror of https://github.com/sp-tarkov/loot-dump-processor.git synced 2025-02-13 09:50:44 -05:00

24 lines
467 B
C#
Raw Normal View History

namespace LootDumpProcessor.Model.Input;
public class TraderServices
{
public TraderService? ExUsecLoyalty { get; set; }
public TraderService? ZryachiyAid { get; set; }
public TraderService? CultistsAid { get; set; }
public TraderService? PlayerTaxi { get; set; }
public TraderService? BtrItemsDelivery { get; set; }
public TraderService? BtrBotCover { get; set; }
public TraderService? TransitItemsDelivery { get; set; }
}