mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Add StartupVideo asset type
This commit is contained in:
@@ -257,6 +257,7 @@ public sealed class Asset {
|
||||
MiniProfileBackground,
|
||||
AvatarProfileFrame,
|
||||
AnimatedAvatar,
|
||||
KeyboardSkin
|
||||
KeyboardSkin,
|
||||
StartupVideo,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -197,6 +197,8 @@ internal sealed class InventoryResponse : OptionalResultResponse {
|
||||
return Asset.EType.AnimatedAvatar;
|
||||
case "item_class_16":
|
||||
return Asset.EType.KeyboardSkin;
|
||||
case "item_class_17":
|
||||
return Asset.EType.StartupVideo;
|
||||
default:
|
||||
ASF.ArchiLogger.LogGenericError(string.Format(CultureInfo.CurrentCulture, Strings.WarningUnknownValuePleaseReport, nameof(tag.Value), tag.Value));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user