namespace Facepunch.Steamworks.Data { public enum LeaderboardSort : int { /// /// The top-score is the lowest number /// Ascending = 1, /// /// The top-score is the highest number /// Descending = 2, } }