10 lines
185 B
C#
10 lines
185 B
C#
namespace Steamworks
|
|
{
|
|
public enum ELeaderboardSortMethod
|
|
{
|
|
k_ELeaderboardSortMethodNone = 0,
|
|
k_ELeaderboardSortMethodAscending = 1,
|
|
k_ELeaderboardSortMethodDescending = 2
|
|
}
|
|
}
|