UNPKG

koishi-plugin-toram

Version:
11 lines (10 loc) 273 B
import { PlayerEvent } from ".."; export declare class ReplyMgr { private static instance; static Inst(): ReplyMgr; private _replys; setReplys(): void; reply(event: PlayerEvent, replyType: string, args?: { [key: string]: string; }): void; }