summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/ESteamPartyBeaconLocationData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assembly_Firstpass/Steamworks/ESteamPartyBeaconLocationData.cs')
-rw-r--r--Assembly_Firstpass/Steamworks/ESteamPartyBeaconLocationData.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Assembly_Firstpass/Steamworks/ESteamPartyBeaconLocationData.cs b/Assembly_Firstpass/Steamworks/ESteamPartyBeaconLocationData.cs
new file mode 100644
index 0000000..9e6efed
--- /dev/null
+++ b/Assembly_Firstpass/Steamworks/ESteamPartyBeaconLocationData.cs
@@ -0,0 +1,10 @@
+namespace Steamworks;
+
+public enum ESteamPartyBeaconLocationData
+{
+ k_ESteamPartyBeaconLocationDataInvalid,
+ k_ESteamPartyBeaconLocationDataName,
+ k_ESteamPartyBeaconLocationDataIconURLSmall,
+ k_ESteamPartyBeaconLocationDataIconURLMedium,
+ k_ESteamPartyBeaconLocationDataIconURLLarge
+}