7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
this.inherits(COMMAND);
|
|
this.command = "xiulian";
|
|
this.allow_fight = false;
|
|
this.enter = function (me) {
|
|
|
|
}
|