Skip to content

Commit bf40bfa

Browse files
authored
Merge pull request #658 from HolterPhylo/Update19148553
[MRG] Update for steam build id 19148553
2 parents 8cb27a9 + e180862 commit bf40bfa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
namespace 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
}

libMBIN/Source/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)