summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/ESteamPartyBeaconLocationType.cs
blob: 274b0fe66a64ceedf6839935cf40f1e3f3bd10ae (plain)
1
2
3
4
5
6
7
8
namespace Steamworks;

public enum ESteamPartyBeaconLocationType
{
	k_ESteamPartyBeaconLocationType_Invalid,
	k_ESteamPartyBeaconLocationType_ChatGroup,
	k_ESteamPartyBeaconLocationType_Max
}