UNPKG

osrs-tools

Version:

A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information

10 lines 317 B
import { Npc } from "../Npc"; /** * Cave Goblin Guards * Wiki reference: https://oldschool.runescape.wiki/w/Cave_goblin_guard * * Guards protecting the cave goblin city of Dorgesh-Kaan. */ export declare const caveGoblinGuards: Npc; export default caveGoblinGuards; //# sourceMappingURL=CaveGoblinGuards.d.ts.map