UNPKG

doggo-quest-logic

Version:

The game logic for the Doggo Quest text-based game sample project

10 lines (9 loc) 191 B
export declare enum StoryEntryType { PlayerCommand = 0, StoryNarrative = 1, CommandError = 2, SystemText = 3, Divider = 4, RoomName = 5, ObjectList = 6 }