// Copyright Epic Games, Inc. All Rights Reserved.
// This file is automatically generated. Changes to this file may be overwritten.
namespace Epic.OnlineServices.Lobby
{
///
/// Advertisement properties for a single attribute associated with a lobby
///
public enum LobbyAttributeVisibility : int
{
///
/// Data is visible outside the lobby
///
Public = 0,
///
/// Only members in the lobby can see this data
///
Private = 1
}
}