fnbr
Version:
A library to interact with Epic Games' Fortnite HTTP and XMPP services
8 lines (7 loc) • 303 B
TypeScript
import STWWeaponSchematic from './STWWeaponSchematic';
import type { STWSchematicRangedSubType } from '../../../resources/structs';
declare class STWRangedWeaponSchematic extends STWWeaponSchematic {
type: 'ranged';
subType: STWSchematicRangedSubType;
}
export default STWRangedWeaponSchematic;