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

public enum ELeaderboardSortMethod
{
	k_ELeaderboardSortMethodNone,
	k_ELeaderboardSortMethodAscending,
	k_ELeaderboardSortMethodDescending
}