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