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 286 B
import { Npc } from "../Npc"; /** * Black Guard * Wiki reference: https://oldschool.runescape.wiki/w/Black_Guard * * A member of the Black Guard found in the Dwarven Mines. */ export declare const blackGuard: Npc; export default blackGuard; //# sourceMappingURL=BlackGuard.d.ts.map