mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Update SK2 to latest master and rewrite ASF to use newly-introduced EPurchaseResultDetail
This commit is contained in:
@@ -392,7 +392,7 @@ namespace ArchiSteamFarm.JSON {
|
||||
internal sealed class RedeemWalletResponse {
|
||||
#pragma warning disable 649
|
||||
[JsonProperty(PropertyName = "detail", Required = Required.Always)]
|
||||
internal readonly ArchiHandler.PurchaseResponseCallback.EPurchaseResult PurchaseResult;
|
||||
internal readonly EPurchaseResultDetail PurchaseResultDetail;
|
||||
#pragma warning restore 649
|
||||
|
||||
// Deserialized from JSON
|
||||
|
||||
Reference in New Issue
Block a user