From b68eeda9af048bda9e03f60ae618670518525820 Mon Sep 17 00:00:00 2001 From: SoulliesOfficial Date: Thu, 30 Oct 2025 04:22:21 -0400 Subject: [PATCH] =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Basic/Cards/LogicComponents/CardLogicComponent_Protect.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Mods/Basic/Cards/LogicComponents/CardLogicComponent_Protect.cs b/Assets/Mods/Basic/Cards/LogicComponents/CardLogicComponent_Protect.cs index 050816d6..0c776984 100644 --- a/Assets/Mods/Basic/Cards/LogicComponents/CardLogicComponent_Protect.cs +++ b/Assets/Mods/Basic/Cards/LogicComponents/CardLogicComponent_Protect.cs @@ -1,8 +1,9 @@ +using Continentis.MainGame.Card; using Continentis.MainGame.Character; using Continentis.Mods.Basic.Buffs; using UnityEngine; -namespace Continentis.MainGame.Card +namespace Continentis.Mods.Basic.Cards { public class CardLogicComponent_Protect : CardLogicComponentBase {