コード例 #1
0
        public void MonsterList(string command, string[] args)
        {
            var monsterList = new MonsterList();

            Monitor.Log(
                "Monsters available to spawn:\n\n" +
                monsterList.ToString() +
                "\n\nUse these names with 'monster_spawn'.\n" +
                "Keep in mind that some monsters don't work properly outside of the farm and the mines!\n"
                , LogLevel.Info);
        }