Skip to content

Commit 4fc06a5

Browse files
Erik Bylundkirre-bylund
authored andcommitted
fix: Hide pre-elease methods
1 parent f9f5311 commit 4fc06a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5769,8 +5769,8 @@ public static void GetEntitlement(string entitlementId, Action<LootLockerSingleE
57695769

57705770
#endregion
57715771

5772-
#region Metadata
5773-
5772+
#region Metadata
5773+
#if LOOTLOCKER_PRE_RELEASE
57745774
/// <summary>
57755775
/// List Metadata for the specified source with default pagination
57765776
/// </summary>
@@ -5854,8 +5854,8 @@ public static void GetMetadata(LootLockerMetadataSources Source, string SourceID
58545854
});
58555855
});
58565856
}
5857-
5858-
#endregion
5857+
#endif
5858+
#endregion
58595859

58605860
#region Misc
58615861

0 commit comments

Comments
 (0)