Skip to content

Commit

Permalink
Merge pull request #593 from HolterPhylo/UpdateFor13939219
Browse files Browse the repository at this point in the history
[MRG] Update for 13939219
  • Loading branch information
monkeyman192 authored Apr 3, 2024
2 parents e5b5f23 + 653613e commit c2b4d0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions libMBIN/Source/NMS/GameComponents/GcRewardEndScanEvent.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xD94E9D9F2996B998, NameHash = 0x9CF1833CA581E47A)]
[NMS(GUID = 0x67F8CE2CC9703F74, NameHash = 0x9CF1833CA581E47A)]
public class GcRewardEndScanEvent : NMSTemplate
{
/* 0x00 */ public NMSString0x20A EventID;
/* 0x20 */ public bool UseMatchingExpeditionSeed;
/* 0x0 */ public NMSString0x20A EventID;
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x2825208A03CE2D36, NameHash = 0x56DEE85C9E579653)]
[NMS(GUID = 0x5FA26355282BB41A, NameHash = 0x56DEE85C9E579653)]
public class GcRewardMissionMessageSeeded : NMSTemplate
{
/* 0x00 */ public NMSString0x10 MessageID;
/* 0x10 */ public bool BroadcastInMultiplayer;
/* 0x11 */ public bool BroadcastToActiveMultiplayerMission;
/* 0x18 */ public NMSString0x10 SpecificMissionID;
/* 0x28 */ public bool UseMatchingExpeditionSeed;
}
}
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 = "4.64.0.2";
internal const string VERSION_STRING = "4.64.0.3";

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

0 comments on commit c2b4d0b

Please sign in to comment.