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