From c93887a7b295e960f4088f2b6351106ea08dee83 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 30 Jul 2024 10:26:40 +0100 Subject: [PATCH] Improved method comment (cherry picked from commit f1b142ad4937374d24af92a635913c831c37fed6) --- project/SPT.Custom/Patches/RagfairFeePatch.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/project/SPT.Custom/Patches/RagfairFeePatch.cs b/project/SPT.Custom/Patches/RagfairFeePatch.cs index e06f680..1804f22 100644 --- a/project/SPT.Custom/Patches/RagfairFeePatch.cs +++ b/project/SPT.Custom/Patches/RagfairFeePatch.cs @@ -26,14 +26,14 @@ namespace SPT.Custom.Patches return AccessTools.Method(typeof(AddOfferWindow), nameof(AddOfferWindow.method_1)); } - /// - /// Calculate tax to charge player and send to server before the offer is sent - /// - /// Item sold - /// OfferItemCount - /// RequirementsPrice - /// SellInOnePiece - [PatchPrefix] + /// + /// Calculate tax to charge player and send to server before the offer is sent + /// + /// Item sold + /// OfferItemCount + /// RequirementsPrice + /// SellInOnePiece + [PatchPrefix] private static void PatchPrefix(ref Item ___item_0, ref RagfairOfferSellHelperClass ___ragfairOfferSellHelperClass, ref double ___double_0, ref bool ___bool_0) { RequestHandler.PutJson("/client/ragfair/offerfees", new