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
+22
View File
@@ -0,0 +1,22 @@
using System;
using System.Runtime.InteropServices;
namespace Steamworks
{
// Token: 0x02000912 RID: 2322
[StructLayout(LayoutKind.Sequential, Pack = 8)]
public struct ELPMFNPNOFF
{
// Token: 0x04003229 RID: 12841
public int ALGLNOPLLDO;
// Token: 0x0400322A RID: 12842
public int JDBKKIBPEOC;
// Token: 0x0400322B RID: 12843
public IntPtr FNEFKACHJLN;
// Token: 0x0400322C RID: 12844
public int GIEEEBJNFNI;
}
}