File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11namespace libMBIN . NMS . GameComponents
22{
3- [ NMS ( GUID = 0x576B7013E4C627CD , NameHash = 0x2F117A2 ) ]
3+ [ NMS ( GUID = 0x932A72F34878DEC8 , NameHash = 0x2F117A2 ) ]
44 public class GcWeaponTerminalInteractionData : NMSTemplate
55 {
66 [ NMS ( Index = 0 ) ]
77 /* 0x0 */ public int RespawnPeriodInSeconds ;
8+ [ NMS ( Index = 1 ) ]
9+ /* 0x4 */ public bool UseSentinelWeapon ;
810 }
911}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static class Version {
2525 // the Prerelease version should be reset to 1
2626 // When the Release version is incremented:
2727 // the Prerelease version should be reset to 0
28- internal const string VERSION_STRING = "5.74.0.1 " ;
28+ internal const string VERSION_STRING = "5.74.0.2 " ;
2929
3030 /// <summary>Shorthand for AssemblyVersion.Major</summary>
3131 public static int Major => AssemblyVersion . Major ;
You can’t perform that action at this time.
0 commit comments