DCSOlympus/client/src/toolbars/commandmodetoolbar.ts
2023-09-08 22:41:37 +02:00

5 lines
151 B
TypeScript

import { Toolbar } from "./toolbar";
export class CommandModeToolbar extends Toolbar {
// TODO move here all code about the command mode toolbar
}