13 lines
160 B
C#
13 lines
160 B
C#
namespace UIWidgetsSamples
|
|
{
|
|
public enum SteamSpySortFields
|
|
{
|
|
Name = 0,
|
|
ScoreRank = 1,
|
|
Owners = 2,
|
|
Players = 3,
|
|
PlayersIn2Week = 4,
|
|
Time = 5
|
|
}
|
|
}
|