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 287 B
import { Npc } from '../Npc'; /** * Sergeant Steelwill * A sergeant of the goblin military, standing guard east of Lumbridge. * Wiki: https://oldschool.runescape.wiki/w/Sergeant_Steelwill */ export declare const sergeantSteelwill: Npc; //# sourceMappingURL=SergeantSteelwill.d.ts.map