Dwarrowdelf.Server.Fortress.DungeonWorldCreator.CreateDebugMonsterAtEntry C# (CSharp) Méthode

CreateDebugMonsterAtEntry() private méthode

private CreateDebugMonsterAtEntry ( ) : void
Résultat void
        void CreateDebugMonsterAtEntry()
        {
            var pn = GetLocNearEntry(m_env);
            if (pn.HasValue)
            {
                var living = CreateRandomLiving(1);
                living.MoveToMustSucceed(m_env, pn.Value);
            }
        }