示例#1
0
        public void Respawn()
        {
            NavreyNightEyes navrey = new NavreyNightEyes( this );
            navrey.RangeHome = 20;

            navrey.MoveToWorld( Map.GetSpawnPosition( Location, 10 ), Map );

            SetAllPillars( NavreysPillarState.On );

            m_Navrey = navrey;
        }