We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f4e3bb + 8adb9b3 commit ba1cec0Copy full SHA for ba1cec0
api/AltV.Net/Data/BoneInfo.cs
@@ -5,7 +5,7 @@ namespace AltV.Net.Data;
5
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
6
public struct BoneInfo
7
{
8
- public uint Id;
+ public ushort Id;
9
public ushort Index;
10
11
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)]
0 commit comments