UNPKG

@drincs/pixi-vn

Version:

Pixi'VN is a npm package that provides various features for creating visual novels.

8 lines (6 loc) 188 B
/** * is a string containing the name of the label. * It is used to GameStepManager.registeredLabels to get the label class. */ type LabelIdType = string; export type { LabelIdType };