This commit is contained in:
Ino 2025-09-11 10:02:08 +09:00
parent 7b7554e9dd
commit 0f412cf7f5
1 changed files with 3 additions and 0 deletions

View File

@ -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> { ECardType.Jan_Ghwang, ECardType.Jan_Hongdan, ECardType.Jan_Normal_1 }, 9); // AI 흔들기
}
#endif