Пример #1
0
            public void Create()
            {
                Update();

                PortalEntity.Create(this, Entrance);
                PortalEntity.Create(this, Exit);

                _created = true;
            }
Пример #2
0
            public void Create()
            {
                Update();
#if DEBUG
                Interface.Oxide.LogWarning($"Creating portal Primary");
#endif
                PortalEntity.Create(this, Primary);
#if DEBUG
                Interface.Oxide.LogWarning($"Creating portal Secondary");
#endif
                PortalEntity.Create(this, Secondary);
                _created = true;
            }