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.

13 lines (11 loc) 230 B
interface StageFlags { /** * The flag for checking if the condition is met. */ flag: string; /** * The description of the flag. */ description: string; } export type { StageFlags as default };