UNPKG

doggo-quest-logic

Version:

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

7 lines (6 loc) 223 B
import { GameObjectBase } from '../GameObjectBase'; import { Room } from '../Room'; export declare class TrashcanObject extends GameObjectBase { constructor(); matches(reduced: string, room: Room): boolean; }