Exemplo n.º 1
0
 public Card(CardInfo.Values Value, CardInfo.Types Type)
 {
     this.Value = Value;
     this.Type  = Type;
 }
Exemplo n.º 2
0
 public OberRule(CardInfo.Types NewType) : base("Choice card with same value or value " + NewType + ".")
 {
     this.NewType = NewType;
 }