UNPKG

doggo-quest-logic

Version:

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

7 lines (6 loc) 203 B
import { CommandContext } from '../CommandContext'; export declare class NounMapper { mapNouns(context: CommandContext): void; private static getRoomTarget; private findMatchForNoun; }