UNPKG

@skullandbonestools/snbdata

Version:

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

10 lines 277 B
export type ShipSize = "extraSmall" | "small" | "medium" | "large"; export type SlotWithGunports = [number, number]; export type SlotWithGunportsAcrossDecks = [ number, { top: number; lower?: number; } ]; //# sourceMappingURL=ShipProperties.d.ts.map