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