Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Models/Eft/Insurance/GetInsuranceCostResponseData.cs
T

6 lines
194 B
C#

using SPTarkov.Server.Core.Models.Common;
namespace SPTarkov.Server.Core.Models.Eft.Insurance;
public class GetInsuranceCostResponseData : Dictionary<MongoId, Dictionary<MongoId, double>> { }