Beispiel #1
0
 public Expansion(string name, ExpansionIndex index)
 {
     this.Name = name;
     this.Index = index;
     this.isEnabled = new DependencyObjectDeclWithSettings<bool, DefaultTrue>(this, SettingsString());
 }
 public StrategyDescription()
 {
     this.CardAcceptanceDescriptions = new System.Collections.ObjectModel.ObservableCollection <CardAcceptanceDescription>();
     this.StartingCardSplit          = new DependencyObjectDecl <Dominion.StartingCardSplit, DefaultSplit4>(this);
 }
Beispiel #3
0
 public Expansion(string name, ExpansionIndex index)
 {
     this.Name      = name;
     this.Index     = index;
     this.isEnabled = new DependencyObjectDeclWithSettings <bool, DefaultTrue>(this, SettingsString());
 }