export type Equip = { equipId: string; slotId: string; assetIdParent: string; assetIdChild: string; }
Last updated 1 year ago