Beispiel #1
0
 internal void Load(CardColor color, IDeck deck)
 {
     _deck            = deck;
     Background.color = color.GetActualColor();
 }