forked from emoose/MBINCompiler
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HolterPhylo
committed
Apr 3, 2024
1 parent
e5b5f23
commit 653613e
Showing
3 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
libMBIN/Source/NMS/GameComponents/GcRewardMissionMessageSeeded.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters