This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/xx/ | |
| ├── mudcore/ # 核心游戏代码 | |
| │ ├── cmds/ # 命令系统 | |
| │ │ ├── wizard/ # 巫师命令(主要开发目录) | |
| │ │ │ ├── goto.c # 传送命令(已完成,带MXP) | |
| │ │ │ ├── reload.c # 重载命令(开发中) | |
| │ │ │ └── check_exits.c # 诊断命令 | |
| │ │ └── player/ # 玩家命令(暂未开发) | |
| │ ├── world/ # 游戏世界 | |
| │ │ ├── rooms/ # 房间文件(中文文件名) |