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

4 lines (3 loc) 170 B
import { File, Context } from "../types"; import { GenerateOptions } from "../api"; export declare function generate(context: Context, options: GenerateOptions): File[];