UNPKG

@bot-shiki/koishi-plugin-werewolf

Version:
11 lines (10 loc) 274 B
import { ExpertAction } from '.'; import { Identity } from '../utils'; export default class YukariAction extends ExpertAction { identity: Identity.Expert; saveUsed: boolean; killUsed: boolean; private save; private kill; callback(): Promise<void>; }