6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
export class xxxCMD extends SimpleCommand {
|
|
static NAME:string = "xxxCMD";
|
|
execute(notifi:INotification) {
|
|
|
|
}
|
|
} |