11 lines
251 B
C#
11 lines
251 B
C#
namespace Viveport.Internal
|
|
{
|
|
internal enum ELeaderboardDataRequest
|
|
{
|
|
k_ELeaderboardDataRequestGlobal = 0,
|
|
k_ELeaderboardDataRequestGlobalAroundUser = 1,
|
|
k_ELeaderboardDataRequestLocal = 2,
|
|
k_ELeaderboardDataRequestLocaleAroundUser = 3
|
|
}
|
|
}
|