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