11 lines
233 B
C#
11 lines
233 B
C#
namespace Steamworks
|
|
{
|
|
public enum ELeaderboardDataRequest
|
|
{
|
|
k_ELeaderboardDataRequestGlobal = 0,
|
|
k_ELeaderboardDataRequestGlobalAroundUser = 1,
|
|
k_ELeaderboardDataRequestFriends = 2,
|
|
k_ELeaderboardDataRequestUsers = 3
|
|
}
|
|
}
|