Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/Viveport/Internal/ELeaderboardDataRequest.cs
2026-02-21 16:45:37 +08:00

11 lines
251 B
C#

namespace Viveport.Internal
{
internal enum ELeaderboardDataRequest
{
k_ELeaderboardDataRequestGlobal = 0,
k_ELeaderboardDataRequestGlobalAroundUser = 1,
k_ELeaderboardDataRequestLocal = 2,
k_ELeaderboardDataRequestLocaleAroundUser = 3
}
}