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: 0x02000858 RID: 2136
[LKPGCOBHGML(507)]
[StructLayout(LayoutKind.Sequential, Pack = 8)]
public struct OBDLGNPCPPF
{
// Token: 0x04002C33 RID: 11315
public const int IOHDJIPJLJA = 507;
// Token: 0x04002C34 RID: 11316
public ulong OMIGALAMBFB;
// Token: 0x04002C35 RID: 11317
public ulong MKJGPKBCGOC;
// Token: 0x04002C36 RID: 11318
public byte IKCOGBANCOG;
// Token: 0x04002C37 RID: 11319
public uint JLDNPDKOODN;
}
}