UNPKG

doggo-quest-logic

Version:

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

9 lines (8 loc) 291 B
import { CommandContext } from '../../CommandContext'; import { GameObject } from '../GameObject'; import { RoomBase } from '../RoomBase'; export declare class UnderCouch extends RoomBase { objects: GameObject[]; constructor(); describe(context: CommandContext): void; }