Пример #1
0
        public override void NetInit()
        {
            base.NetInit();

            ParentStation = (Building_GasStation)parent;

            ParentStation.Reload();
        }
Пример #2
0
 public Bill_GasProduction(RecipeDef recipe, Building_GasStation station) : base(recipe)
 {
     Station = station;
 }