public LogicGate()
 {
     this.label                = "Logic gate:";
     this.innerFilter          = new PawnFilter();
     this.logicGateType        = LogicGateType.AND;
     this.filterPartListHeight = 0;
 }
Exemple #2
0
 private PrepareModerately()
 {
     _                         = Directory.CreateDirectory(dataPath);
     this.page                 = new PrepareModeratelyPage();
     this.currentFilter        = new PawnFilter();
     this.currentlyRandomizing = false;
 }