예제 #1
0
 public PlayerHand(InteractionController interaction, InteractionController.CardCollectionType type)
 {
     _Interaction = interaction;
     Type         = type;
 }
예제 #2
0
 public CardStack(InteractionController interaction, InteractionController.CardCollectionType type)
 {
     Type         = type;
     _Interaction = interaction;
 }