We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7e790 commit 06f0bcfCopy full SHA for 06f0bcf
Runtime/Game/Requests/BalanceRequests.cs
@@ -110,16 +110,6 @@ public class LootLockerListBalancesForWalletResponse : LootLockerResponse
110
public LootLockerBalance[] balances { get; set; }
111
};
112
113
- /// <summary>
114
- /// </summary>
115
- public class LootLockerBalanceForWalletResponse : LootLockerResponse
116
- {
117
118
- /// The balance of the wallet
119
120
- public LootLockerBalance balance { get; set; }
121
- };
122
-
123
/// <summary>
124
/// </summary>
125
public class LootLockerGetWalletResponse : LootLockerResponse
0 commit comments