Пример #1
0
        public void UpdateRegion()
        {
            if (this.m_Region != null)
            {
                this.m_Region.Unregister();
            }

            if (!this.Deleted && this.Map != Map.Internal)
            {
                this.m_Region = new MiniChampRegion(this);
                this.m_Region.Register();
            }
        }
Пример #2
0
        public void UpdateRegion()
        {
            if (this.m_Region != null)
                this.m_Region.Unregister();

            if (!this.Deleted && this.Map != Map.Internal)
            {
                this.m_Region = new MiniChampRegion(this);
                this.m_Region.Register();
            }
        }