Skip to content

Commit 06f0bcf

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Remove new unused type LootLockerBalanceForWallet
1 parent 7f7e790 commit 06f0bcf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Runtime/Game/Requests/BalanceRequests.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,6 @@ public class LootLockerListBalancesForWalletResponse : LootLockerResponse
110110
public LootLockerBalance[] balances { get; set; }
111111
};
112112

113-
/// <summary>
114-
/// </summary>
115-
public class LootLockerBalanceForWalletResponse : LootLockerResponse
116-
{
117-
/// <summary>
118-
/// The balance of the wallet
119-
/// </summary>
120-
public LootLockerBalance balance { get; set; }
121-
};
122-
123113
/// <summary>
124114
/// </summary>
125115
public class LootLockerGetWalletResponse : LootLockerResponse

0 commit comments

Comments
 (0)