Skip to content

Commit c4d94b4

Browse files
authored
Merge pull request #645 from monkeyman192/update/17995244
Update for steam build id 17995244
2 parents a148fc5 + 7234a2b commit c4d94b4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
namespace libMBIN.NMS.GameComponents
22
{
3-
[NMS(GUID = 0xA86471F9210DB4CE, NameHash = 0xA075B3D2)]
3+
[NMS(GUID = 0x6DB35DCE320476B, NameHash = 0xA075B3D2)]
44
public class GcBaseObjectDescriptorComponentData : NMSTemplate
55
{
66
[NMS(Index = 0)]
7-
/* 0x0 */ public VariableSizeString ProcSceneFile;
7+
/* 0x00 */ public VariableSizeString ProcSceneFile;
8+
[NMS(Index = 1)]
9+
/* 0x10 */ public bool ForceShowPickUpLabel;
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.61.0.1";
28+
internal const string VERSION_STRING = "5.63.0.1";
2929

3030
/// <summary>Shorthand for AssemblyVersion.Major</summary>
3131
public static int Major => AssemblyVersion.Major;

0 commit comments

Comments
 (0)