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
+26
View File
@@ -0,0 +1,26 @@
using System;
using System.Runtime.InteropServices;
namespace Steamworks
{
// Token: 0x02000859 RID: 2137
[LKPGCOBHGML(509)]
[StructLayout(LayoutKind.Sequential, Pack = 8)]
public struct GPCLELHBFJE
{
// Token: 0x04002C38 RID: 11320
public const int IOHDJIPJLJA = 509;
// Token: 0x04002C39 RID: 11321
public ulong OMIGALAMBFB;
// Token: 0x04002C3A RID: 11322
public ulong BDAEJHILFHJ;
// Token: 0x04002C3B RID: 11323
public uint HKAMMLFFHKK;
// Token: 0x04002C3C RID: 11324
public ushort BBLNIADHKNA;
}
}