Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions libMBIN/Source/NMS/Toolkit/TkPhysicsWorldComponentData.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
namespace libMBIN.NMS.Toolkit
{
[NMS(GUID = 0x8707747C98418DF2, NameHash = 0xB7832FA2)]
[NMS(GUID = 0xFAA5A0922BA74CC2, NameHash = 0xB7832FA2)]
public class TkPhysicsWorldComponentData : NMSTemplate
{
[NMS(Index = 0)]
/* 0x0 */ public float SafeRadius;
/* 0x0 */ public int MaximumNumberOfBodies;
[NMS(Index = 1)]
/* 0x4 */ public float SafeRadius;
}
}
2 changes: 1 addition & 1 deletion libMBIN/Source/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Version {
// the Prerelease version should be reset to 1
// When the Release version is incremented:
// the Prerelease version should be reset to 0
internal const string VERSION_STRING = "6.11.0.1";
internal const string VERSION_STRING = "6.13.0.1";

/// <summary>Shorthand for AssemblyVersion.Major</summary>
public static int Major => AssemblyVersion.Major;
Expand Down
Loading