UNPKG

@bot-shiki/koishi-plugin-werewolf

Version:
7 lines (6 loc) 192 B
import { ExpertAction } from '.'; import { Identity } from '../utils'; export default class DoremyAction extends ExpertAction { identity: Identity.Expert; callback(): Promise<void>; }