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
+25
View File
@@ -0,0 +1,25 @@
using System;
using System.Runtime.InteropServices;
namespace Steamworks
{
// Token: 0x0200091A RID: 2330
[StructLayout(LayoutKind.Sequential)]
internal class OAOLJOINDHH
{
// Token: 0x04003244 RID: 12868
public const byte FIJDHKBFKBG = 1;
// Token: 0x04003245 RID: 12869
public const byte DOBEABMJICE = 2;
// Token: 0x04003246 RID: 12870
public IntPtr EEIHMDFCNPI;
// Token: 0x04003247 RID: 12871
public byte NBJCPACBLNC;
// Token: 0x04003248 RID: 12872
public int JDBKKIBPEOC;
}
}