From 55126ef96dcea1a487ce54406cd5cf9c11bef3cf Mon Sep 17 00:00:00 2001 From: CWX Date: Sun, 26 Jan 2025 22:13:23 +0000 Subject: [PATCH] make ScavSaveRequest Inherit PmcData --- Libraries/Core/Models/Eft/Common/PmcData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Core/Models/Eft/Common/PmcData.cs b/Libraries/Core/Models/Eft/Common/PmcData.cs index cdd33dc2..643d60a6 100644 --- a/Libraries/Core/Models/Eft/Common/PmcData.cs +++ b/Libraries/Core/Models/Eft/Common/PmcData.cs @@ -15,7 +15,7 @@ public record PmcData : BotBase public object CheckedChambers { get; set; } } -public record PostRaidPmcData : BotBase +public record PostRaidPmcData : PmcData { }