summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/SteamPartyBeaconLocation_t.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assembly_Firstpass/Steamworks/SteamPartyBeaconLocation_t.cs')
-rw-r--r--Assembly_Firstpass/Steamworks/SteamPartyBeaconLocation_t.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Assembly_Firstpass/Steamworks/SteamPartyBeaconLocation_t.cs b/Assembly_Firstpass/Steamworks/SteamPartyBeaconLocation_t.cs
new file mode 100644
index 0000000..7a8a157
--- /dev/null
+++ b/Assembly_Firstpass/Steamworks/SteamPartyBeaconLocation_t.cs
@@ -0,0 +1,11 @@
+using System.Runtime.InteropServices;
+
+namespace Steamworks;
+
+[StructLayout(LayoutKind.Sequential, Pack = 8)]
+public struct SteamPartyBeaconLocation_t
+{
+ public ESteamPartyBeaconLocationType m_eType;
+
+ public ulong m_ulLocationID;
+}