Exemple #1
0
 public void Clear()
 {
     this.Active            = false;
     this.equipmentDatabase = new EquipmentDatabase();
     this.costCalculator    = new CostCalculator();
     this.pawns.Clear();
     this.equipment.Clear();
 }
Exemple #2
0
 public void Clear()
 {
     OriginalScenario       = null;
     this.Active            = false;
     this.Providers         = new Providers();
     this.equipmentDatabase = new EquipmentDatabase();
     this.costCalculator    = new CostCalculator();
     this.pawns.Clear();
     this.equipment.Clear();
     this.animals.Clear();
     this.pets.Clear();
 }