UNPKG

@drincs/nqtr

Version:

A complete system introducing the concepts of location, time and event, producing the framework of a not-quite-point-and-click adventure game.

7 lines (5 loc) 118 B
type TimeDataType = { currentHour?: number; currentDay?: number; }; export type { TimeDataType as default };