Skip to content

Commit dbaf038

Browse files
authored
Merge pull request #677 from HolterPhylo/UpdateFor20576816
UpdateFor20576816
2 parents d94a754 + 136f6bc commit dbaf038

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.Toolkit
22
{
3-
[NMS(GUID = 0x8707747C98418DF2, NameHash = 0xB7832FA2)]
3+
[NMS(GUID = 0xFAA5A0922BA74CC2, NameHash = 0xB7832FA2)]
44
public class TkPhysicsWorldComponentData : NMSTemplate
55
{
66
[NMS(Index = 0)]
7-
/* 0x0 */ public float SafeRadius;
7+
/* 0x0 */ public int MaximumNumberOfBodies;
8+
[NMS(Index = 1)]
9+
/* 0x4 */ public float SafeRadius;
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 = "6.11.0.1";
28+
internal const string VERSION_STRING = "6.13.0.1";
2929

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

0 commit comments

Comments
 (0)