UNPKG

@bot-shiki/koishi-plugin-werewolf

Version:
8 lines (7 loc) 237 B
import { ExpertAction } from '.'; import { Character, Identity } from '../utils'; export default class MamizouAction extends ExpertAction { identity: Identity.Expert; target: Character; callback(): Promise<boolean | void>; }