UNPKG

dcl-npc-toolkit-ai-version

Version:

A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations. AI usage is added atop of it

8 lines (7 loc) 210 B
export interface GenerateOptions { files: string[]; output: string; decorator?: string; namespace?: string; } export declare function generate(targetId: string, options: GenerateOptions): void;