From 2a875b2566dab2a71962c8f3cac71b1e762e9cf6 Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 13 Jan 2025 19:35:42 +0000 Subject: [PATCH] Fixed build --- Core/Helpers/HealthHelper.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Core/Helpers/HealthHelper.cs b/Core/Helpers/HealthHelper.cs index 863a8d08..989d8a91 100644 --- a/Core/Helpers/HealthHelper.cs +++ b/Core/Helpers/HealthHelper.cs @@ -1,8 +1,9 @@ -using Core.Annotations; +using Core.Annotations; using Core.Models.Eft.Common; using Core.Models.Eft.Common.Tables; using Core.Models.Eft.Health; using Core.Models.Eft.Profile; +using BodyPartHealth = Core.Models.Eft.Common.Tables.BodyPartHealth; using Effects = Core.Models.Eft.Profile.Effects; using Health = Core.Models.Eft.Profile.Health; @@ -53,7 +54,7 @@ public class HealthHelper /// /// Post-raid body part data /// Player profile on server - protected void TransferPostRaidLimbEffectsToProfile(BodyPartsHealth postRaidBodyParts, PmcData profileData) + protected void TransferPostRaidLimbEffectsToProfile(Dictionary postRaidBodyParts, PmcData profileData) { throw new NotImplementedException(); }