Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240802
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Aug 5, 2024
1 parent 0d3b835 commit 4b09ff5
Show file tree
Hide file tree
Showing 17 changed files with 4,579 additions and 15 deletions.
4 changes: 4 additions & 0 deletions PlayFabSDK/source/PlayFabAdminModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,11 @@ public enum GenericErrorCodes
LinkedStatisticColumnNotFound,
LinkedStatisticColumnRequired,
MultipleLinkedStatisticsNotAllowed,
DuplicateLinkedStatisticColumnNameFound,
AggregationTypeNotAllowedForMultiColumnStatistic,
MaxQueryableVerionsValueNotAllowedForTier,
StatisticDefinitionHasNullOrEmptyVersionConfiguration,
StatisticColumnLengthMismatch,
MatchmakingEntityInvalid,
MatchmakingPlayerAttributesInvalid,
MatchmakingQueueNotFound,
Expand Down
6 changes: 5 additions & 1 deletion PlayFabSDK/source/PlayFabErrors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,11 @@ public enum PlayFabErrorCode
LinkedStatisticColumnNotFound = 1586,
LinkedStatisticColumnRequired = 1587,
MultipleLinkedStatisticsNotAllowed = 1588,
MaxQueryableVerionsValueNotAllowedForTier = 1589,
DuplicateLinkedStatisticColumnNameFound = 1589,
AggregationTypeNotAllowedForMultiColumnStatistic = 1590,
MaxQueryableVerionsValueNotAllowedForTier = 1591,
StatisticDefinitionHasNullOrEmptyVersionConfiguration = 1592,
StatisticColumnLengthMismatch = 1593,
MatchmakingEntityInvalid = 2001,
MatchmakingPlayerAttributesInvalid = 2002,
MatchmakingQueueNotFound = 2016,
Expand Down
633 changes: 633 additions & 0 deletions PlayFabSDK/source/PlayFabLeaderboardsAPI.cs

Large diffs are not rendered by default.

630 changes: 630 additions & 0 deletions PlayFabSDK/source/PlayFabLeaderboardsInstanceAPI.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 4b09ff5

Please sign in to comment.