Example #1
0
 private IEnumerable <Widgets.DropdownMenuElement <Pawn> > < DoWindowContents > m__4(Bill_Production b)
 {
     return(this.GeneratePawnRestrictionOptions());
 }
Example #2
0
 private static Pawn <DoWindowContents> m__3(Bill_Production b)
 {
     return(b.pawnRestriction);
 }
Example #3
0
 private static Zone_Stockpile <DoWindowContents> m__0(Bill_Production b)
 {
     return(b.includeFromZone);
 }
Example #4
0
 private IEnumerable <Widgets.DropdownMenuElement <Zone_Stockpile> > < DoWindowContents > m__1(Bill_Production b)
 {
     return(this.GenerateStockpileInclusion());
 }
 public Dialog_BillConfig(RimWorld.Bill_Production bill, IntVec3 billGiverPos) : base(bill, billGiverPos)
 {
     extendable        = (IExtendable)bill;
     this.bill         = bill;
     this.billGiverPos = billGiverPos;
 }