haasillytavern / public /scripts /slash-commands /SlashCommandBreakController.js
Haay's picture
Upload 926 files
519a20c verified
raw
history blame contribute delete
138 Bytes
export class SlashCommandBreakController {
/**@type {boolean} */ isBreak = false;
break() {
this.isBreak = true;
}
}