UNPKG

@drincs/pixi-vn

Version:

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

9 lines (7 loc) 298 B
/** * StepHistoryData is a string that will be stored in the history of the game. * It is a function converted to string. * if the corresponding function of the step has been changed then StepHistoryData is not equal. */ type StepHistoryDataType = string; export type { StepHistoryDataType };