namespace UIWidgetsSamples { public enum SteamSpySortFields { Name = 0, ScoreRank = 1, Owners = 2, Players = 3, PlayersIn2Week = 4, Time = 5 } }