Files
wsmud/world/cmd/obj/lianyao.js
2026-05-26 16:41:20 +08:00

8 lines
138 B
JavaScript

this.inherits(COMMAND);
this.command = "lianyao";
this.regex = /^(\w+)?(?:\s(-?\d+))?$/;
this.enter = function (player, arg, id) {
}