private IEnumerable <Widgets.DropdownMenuElement <Pawn> > < DoWindowContents > m__4(Bill_Production b) { return(this.GeneratePawnRestrictionOptions()); }
private static Pawn <DoWindowContents> m__3(Bill_Production b) { return(b.pawnRestriction); }
private static Zone_Stockpile <DoWindowContents> m__0(Bill_Production b) { return(b.includeFromZone); }
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; }