public override void NetInit() { base.NetInit(); ParentStation = (Building_GasStation)parent; ParentStation.Reload(); }
public Bill_GasProduction(RecipeDef recipe, Building_GasStation station) : base(recipe) { Station = station; }