Ejemplo n.º 1
0
 private void DealCard(AttackColorTypes type)
 {
     inventory.AddCard(GetRandomCard(type));
 }