This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,32 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x020018EF RID: 6383
[Token(Token = "0x20018EF")]
[StructLayout(0, Pack = 8, Size = 24)]
public struct CallbackMsg_t
{
// Token: 0x04006505 RID: 25861
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4006505")]
public int m_hSteamUser;
// Token: 0x04006506 RID: 25862
[global::Cpp2IlInjected.FieldOffset(Offset = "0x4")]
[Token(Token = "0x4006506")]
public int m_iCallback;
// Token: 0x04006507 RID: 25863
[global::Cpp2IlInjected.FieldOffset(Offset = "0x8")]
[Token(Token = "0x4006507")]
public IntPtr m_pubParam;
// Token: 0x04006508 RID: 25864
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4006508")]
public int m_cubParam;
}
}