8 lines
No EOL
170 B
TypeScript
8 lines
No EOL
170 B
TypeScript
import { Command } from "../../../src/type/command";
|
|
|
|
export class name extends Command {
|
|
constructor() {
|
|
super();
|
|
this._category = "General";
|
|
}
|
|
} |