Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

23 lines
573 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x02001809 RID: 6153
[Token(Token = "0x2001809")]
[StructLayout(0, Pack = 8, Size = 16)]
public struct SteamPartyBeaconLocation_t
{
// Token: 0x0400631F RID: 25375
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x400631F")]
public ESteamPartyBeaconLocationType m_eType;
// Token: 0x04006320 RID: 25376
[global::Cpp2IlInjected.FieldOffset(Offset = "0x8")]
[Token(Token = "0x4006320")]
public ulong m_ulLocationID;
}
}