init: add workspace files

This commit is contained in:
2026-05-26 16:41:20 +08:00
commit f4f2393f72
1041 changed files with 67405 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "南大街"
this.desc="你走在一条繁华的街道上,向南北两头延伸。南边是南城门,北边通往市中心,西边是一家顾客众多的武馆。东边是帮派驻地,几个黑衣人守在那里。";
this.exits={"east":"yz/banghui","south":"yz/nanmen","west":"yz/wuguan","north":"yz/nandajie1"};