Exemplo n.º 1
0
        private bool TryAttach(Map map, bool reAttach = false)
        {
            Parent = Position.GetEdifice(map);
            var success = PowerPlant != null && Flickable != null;

            if (success)
            {
                MapComponent_PowerBroker.RegisterBroker(this, reAttach);
            }
            return(success);
        }