marineparkclient/.templates/Command.ts
2023-08-15 11:09:12 +08:00

6 lines
131 B
TypeScript

export class xxxCMD extends SimpleCommand {
static NAME:string = "xxxCMD";
execute(notifi:INotification) {
}
}