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
+23
View File
@@ -0,0 +1,23 @@
using System;
using System.Runtime.InteropServices;
namespace Steamworks
{
// Token: 0x02000854 RID: 2132
[LKPGCOBHGML(503)]
[StructLayout(LayoutKind.Sequential, Pack = 8)]
public struct OMLAMBMDAFH
{
// Token: 0x04002C21 RID: 11297
public const int IOHDJIPJLJA = 503;
// Token: 0x04002C22 RID: 11298
public ulong MKJGPKBCGOC;
// Token: 0x04002C23 RID: 11299
public ulong OMIGALAMBFB;
// Token: 0x04002C24 RID: 11300
public ulong DLKPHEBGJKJ;
}
}