interface WeaponSkins<L> {
    assetPath: string;
    chromas: WeaponSkinChromas<L>[];
    contentTierUuid: string;
    displayIcon: string;
    displayName: LanguageResponse<string, L>;
    levels: WeaponSkinLevels<L>[];
    themeUuid: string;
    uuid: string;
    wallpaper: string;
}

Type Parameters

Properties

assetPath: string
chromas: WeaponSkinChromas<L>[]
contentTierUuid: string
displayIcon: string
displayName: LanguageResponse<string, L>
levels: WeaponSkinLevels<L>[]
themeUuid: string
uuid: string
wallpaper: string