Esempio n. 1
0
        public override void PostSpawnSetup(bool respawningAfterLoad)
        {
            base.PostSpawnSetup(respawningAfterLoad);

            ParentGasWell = GridsUtility.GetFirstThingWithComp <CompGasWell>(parent.Position, parent.Map).GetComp <CompGasWell>();
        }