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/dongmen","south":"yz/datiepu","west":"yz/dongdajie1","north":"yz/yaopu"};