Skip to content

Commit

Permalink
Merge pull request #623 from monkeyman192/update/16166985
Browse files Browse the repository at this point in the history
Update for 16166985
  • Loading branch information
monkeyman192 authored Oct 25, 2024
2 parents 2ab3e65 + 7c9db9d commit dfc4a1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libMBIN/Source/NMS/GameComponents/GcPlayerCommonStateData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x4382BFEA7412C398, NameHash = 0xC7D918F3)]
[NMS(GUID = 0x699ECD9A7F5DD149, NameHash = 0xC7D918F3)]
public class GcPlayerCommonStateData : NMSTemplate
{
[NMS(Index = 5)]
Expand All @@ -19,7 +19,7 @@ public class GcPlayerCommonStateData : NMSTemplate
[NMS(Index = 10)]
/* 0x51C8 */ public List<NMSString0x10> EarnedSeasonSpecialRewards;
[NMS(Index = 13)]
/* 0x51D8 */ public List<GcDiscoveryOwner> UsedDiscoveryOwners;
/* 0x51D8 */ public List<GcDiscoveryOwner> UsedDiscoveryOwnersV2;
[NMS(Index = 12)]
/* 0x51E8 */ public List<NMSString0x20> UsedPlatforms;
[NMS(Index = 11)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Version {
// the Prerelease version should be reset to 1
// When the Release version is incremented:
// the Prerelease version should be reset to 0
internal const string VERSION_STRING = "5.20.0.1";
internal const string VERSION_STRING = "5.21.0.1";

/// <summary>Shorthand for AssemblyVersion.Major</summary>
public static int Major => AssemblyVersion.Major;
Expand Down

0 comments on commit dfc4a1f

Please sign in to comment.