summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/ELeaderboardDataRequest.cs
blob: bd2a370783745198dcac8ddc7567761b75b0389a (plain)
1
2
3
4
5
6
7
8
9
namespace Steamworks;

public enum ELeaderboardDataRequest
{
	k_ELeaderboardDataRequestGlobal,
	k_ELeaderboardDataRequestGlobalAroundUser,
	k_ELeaderboardDataRequestFriends,
	k_ELeaderboardDataRequestUsers
}