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