init: add workspace files
This commit is contained in:
7
world/cmd/obj/lianyao.js
Normal file
7
world/cmd/obj/lianyao.js
Normal file
@@ -0,0 +1,7 @@
|
||||
this.inherits(COMMAND);
|
||||
this.command = "lianyao";
|
||||
this.regex = /^(\w+)?(?:\s(-?\d+))?$/;
|
||||
|
||||
this.enter = function (player, arg, id) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user