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