UNPKG

@skullandbonestools/snbdata

Version:

Inofficial data package for the Skull and Bones game by Ubisoft.

12 lines 383 B
import worldEventsData from '../../data/worldEvents.json'; export declare class WorldEvent { readonly id: string; constructor(id: string); static loadWorldEvents(): Record<string, WorldEvent>; } type WorldEvents = { [K in keyof typeof worldEventsData]: WorldEvent; }; export declare const WorldEvents: WorldEvents; export {}; //# sourceMappingURL=worldEvents.d.ts.map