Add item_type_13 (MiniProfileBackground) (#1624)

This commit is contained in:
Vitaliy
2020-02-02 15:46:35 +03:00
committed by GitHub
parent 0370168b02
commit 8f712998cc

View File

@@ -235,7 +235,8 @@ namespace ArchiSteamFarm.Json {
Consumable,
ProfileModifier,
Sticker,
ChatEffect
ChatEffect,
MiniProfileBackground
}
}
@@ -671,6 +672,10 @@ namespace ArchiSteamFarm.Json {
case "item_class_12":
type = Asset.EType.ChatEffect;
break;
case "item_class_13":
type = Asset.EType.MiniProfileBackground;
break;
default:
ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(tag.Value), tag.Value));