This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
using System;
using System.Runtime.InteropServices;
namespace Steamworks
{
// Token: 0x02000825 RID: 2085
[LKPGCOBHGML(346)]
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct LBILOFMBCFO
{
// Token: 0x04002B5D RID: 11101
public const int IOHDJIPJLJA = 346;
// Token: 0x04002B5E RID: 11102
public FNKHKLMNNBP MNCBOAKBJHO;
// Token: 0x04002B5F RID: 11103
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 50)]
public CSteamID[] HLCNCNOHLON;
// Token: 0x04002B60 RID: 11104
public int BGBHFAFIKLG;
// Token: 0x04002B61 RID: 11105
public int KJABJAMLEOC;
}
}