Lots of data and model setup
This commit is contained in:
18
SVSim.Database/Enums/Format.cs
Normal file
18
SVSim.Database/Enums/Format.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user