...
This commit is contained in:
parent
5bd7d63886
commit
e59851705d
|
|
@ -64,9 +64,11 @@ public partial class GamePanel : MonoBehaviour
|
|||
// 테스트 (원하는 카드 세팅)
|
||||
{
|
||||
// 고정시킬 카드 순서
|
||||
var fixedCards = new List<ECardType> { ECardType.Jan_Ghwang, ECardType.Jan_Hongdan,
|
||||
ECardType.Jan_Normal_1, ECardType.Jan_Normal_2 };
|
||||
//SetCardsAtIndex(_lstCardSlots, fixedCards, 0); // 플레이어 총통
|
||||
//var fixedCards = new List<ECardType> { ECardType.Jan_Ghwang, ECardType.Jan_Hongdan,
|
||||
// ECardType.Jan_Normal_1, ECardType.Jan_Normal_2 };
|
||||
//var fixedCards2 = new List<ECardType> { ECardType.May_Yulkkeut, ECardType.May_Chodan,
|
||||
// ECardType.May_Normal_1, ECardType.May_Normal_2 };
|
||||
//SetCardsAtIndex(_lstCardSlots, fixedCards2, 0); // 플레이어 총통
|
||||
//SetCardsAtIndex(_lstCardSlots, fixedCards, 9); // AI 총통
|
||||
|
||||
//SetCardsAtIndex(_lstCardSlots,
|
||||
|
|
|
|||
Loading…
Reference in New Issue