...
This commit is contained in:
parent
7b7554e9dd
commit
0f412cf7f5
|
|
@ -68,6 +68,9 @@ public partial class GamePanel : MonoBehaviour
|
||||||
ECardType.Jan_Normal_1, ECardType.Jan_Normal_2 };
|
ECardType.Jan_Normal_1, ECardType.Jan_Normal_2 };
|
||||||
//SetCardsAtIndex(_lstCardSlots, fixedCards, 0); // 플레이어 총통
|
//SetCardsAtIndex(_lstCardSlots, fixedCards, 0); // 플레이어 총통
|
||||||
//SetCardsAtIndex(_lstCardSlots, fixedCards, 9); // AI 총통
|
//SetCardsAtIndex(_lstCardSlots, fixedCards, 9); // AI 총통
|
||||||
|
|
||||||
|
//SetCardsAtIndex(_lstCardSlots,
|
||||||
|
// new List<ECardType> { ECardType.Jan_Ghwang, ECardType.Jan_Hongdan, ECardType.Jan_Normal_1 }, 9); // AI 흔들기
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue