Files
ZuneShell.dll/ZuneDBApi/MCPlayerStatus.cs
T

10 lines
225 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential, Size = 32)]
[NativeCppClass]
internal struct MCPlayerStatus
{
private long _003Calignment_0020member_003E;
}