UNPKG

castle-ravenloft-navigator

Version:
10 lines (9 loc) 293 B
export default class MyGraph { private myRavenloftGraph; constructor(); getRooms(): string[]; getShortestPath(start: string, end: string): string[]; activateSecretDoor(secretDoorId: string): void; getSecretDoors(): string[]; getMapColorOfRoom(room: string): any; }