This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,22 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x020011EA RID: 4586
[Token(Token = "0x20011EA")]
[StructLayout(0, Pack = 8, Size = 16)]
public struct SteamPartyBeaconLocation_t
{
// Token: 0x04005344 RID: 21316
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4005344")]
public ESteamPartyBeaconLocationType m_eType;
// Token: 0x04005345 RID: 21317
[global::Cpp2IlInjected.FieldOffset(Offset = "0x8")]
[Token(Token = "0x4005345")]
public ulong m_ulLocationID;
}
}