UNPKG

doggo-quest-logic

Version:

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

7 lines (6 loc) 197 B
import { GameObjectBase } from '../GameObjectBase'; import { Room } from '../Room'; export declare class CrateObject extends GameObjectBase { private room; constructor(room: Room); }