Skip to content

Commit 0d0f1fd

Browse files
Erik Bylundkirre-bylund
authored andcommitted
chore: Add droptable region to LootLockerSDKManager
1 parent 3bc9c47 commit 0d0f1fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5254,6 +5254,8 @@ public static void GetLeaderboardData(string leaderboard_key, Action<LootLockerL
52545254

52555255
#endregion
52565256

5257+
#region Drop Tables
5258+
52575259
/// <summary>
52585260
/// Lock a drop table and return information about the assets that were computed.
52595261
/// </summary>
@@ -5306,6 +5308,7 @@ public static void PickDropsFromDropTable(int[] picks, int tableInstanceId, Acti
53065308

53075309
LootLockerAPIManager.PickDropsFromDropTable(data, tableInstanceId, onComplete);
53085310
}
5311+
#endregion //Drop Tables
53095312

53105313
#region Reports
53115314

0 commit comments

Comments
 (0)