UNPKG

doggo-quest-logic

Version:

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

6 lines (5 loc) 179 B
import { GameObjectBase } from '../GameObjectBase'; import { Room } from '../Room'; export declare class OfficeObject extends GameObjectBase { constructor(room: Room); }