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

14 lines (13 loc) 268 B
export declare const SWITCH_TO_STRUCTURE = 255; export declare const TYPE_ID = 213; /** * Encoding Schema field operations. */ export declare enum OPERATION { ADD = 128, REPLACE = 0, DELETE = 64, DELETE_AND_ADD = 192, TOUCH = 1, CLEAR = 10 }