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.
1 parent 498fbeb commit 8adb9b3Copy full SHA for 8adb9b3
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