From 0f412cf7f5028f69b66a844c63113d2ed22ffb57 Mon Sep 17 00:00:00 2001 From: Ino Date: Thu, 11 Sep 2025 10:02:08 +0900 Subject: [PATCH] ... --- Assets/Scripts/UI/GamePanel/GamePanel_DistributeCards.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/Scripts/UI/GamePanel/GamePanel_DistributeCards.cs b/Assets/Scripts/UI/GamePanel/GamePanel_DistributeCards.cs index 6ff27e3..1c18f95 100644 --- a/Assets/Scripts/UI/GamePanel/GamePanel_DistributeCards.cs +++ b/Assets/Scripts/UI/GamePanel/GamePanel_DistributeCards.cs @@ -68,6 +68,9 @@ public partial class GamePanel : MonoBehaviour ECardType.Jan_Normal_1, ECardType.Jan_Normal_2 }; //SetCardsAtIndex(_lstCardSlots, fixedCards, 0); // 플레이어 총통 //SetCardsAtIndex(_lstCardSlots, fixedCards, 9); // AI 총통 + + //SetCardsAtIndex(_lstCardSlots, + // new List { ECardType.Jan_Ghwang, ECardType.Jan_Hongdan, ECardType.Jan_Normal_1 }, 9); // AI 흔들기 } #endif