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

8 lines 295 B
import { Npc } from '../Npc'; /** * Sergeant Strongstack * A sergeant of the goblin military, standing guard east of Lumbridge. * Wiki: https://oldschool.runescape.wiki/w/Sergeant_Strongstack */ export declare const sergeantStrongstack: Npc; //# sourceMappingURL=SergeantStrongstack.d.ts.map