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