From c658c6c445a3cc0ab4ba31146b915a800bfe5591 Mon Sep 17 00:00:00 2001 From: Lacyway <20912169+Lacyway@users.noreply.github.com> Date: Mon, 13 May 2024 16:42:40 +0200 Subject: [PATCH] Update documentation --- .../Coop/Patches/AbstractGame/AbstractGame_InRaid_Patch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fika.Core/Coop/Patches/AbstractGame/AbstractGame_InRaid_Patch.cs b/Fika.Core/Coop/Patches/AbstractGame/AbstractGame_InRaid_Patch.cs index 03f974a6..43043ca0 100644 --- a/Fika.Core/Coop/Patches/AbstractGame/AbstractGame_InRaid_Patch.cs +++ b/Fika.Core/Coop/Patches/AbstractGame/AbstractGame_InRaid_Patch.cs @@ -6,7 +6,7 @@ namespace Fika.Core.Coop.Patches { /// - /// Used to support mods that rely on the InRaid method, which normally casts to + /// Used to support mods that rely on the property, which normally casts to /// internal class AbstractGame_InRaid_Patch : ModulePatch {