UNPKG

sdk7-npc-utils

Version:

A collection of helpers to make it easier to build a Decentraland scene using the SDK 7.

7 lines (6 loc) 262 B
import { Entity } from '@dcl/sdk/ecs'; export declare let lightTheme: string; export declare let darkTheme: string; export declare let bubblesTexture: string; export declare let dialogs: Map<Entity, any>; export declare function createDialog(npc: Entity): void;