18 lines
255 B
C#
18 lines
255 B
C#
namespace SVSim.Database.Enums;
|
|
|
|
public enum Format
|
|
{
|
|
Rotation,
|
|
Unlimited,
|
|
Max,
|
|
None = 2,
|
|
PreRotation,
|
|
Sealed,
|
|
MyRotation,
|
|
TwoPick = 10,
|
|
Hof = 31,
|
|
Windfall = 33,
|
|
Avatar = 39,
|
|
All = 100,
|
|
Crossover = 104
|
|
} |