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