st-mobile / public /scripts /slash-commands /SlashCommandBreakController.js
Nanny7's picture
Initial deploy with custom mobile UI
6efa67a
export class SlashCommandBreakController {
/**@type {boolean} */ isBreak = false;
break() {
this.isBreak = true;
}
}