File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11namespace 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}
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 = "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 ;
You can’t perform that action at this time.
0 commit comments