huge commit for advanced stats feature.
broke data out into its own library. may be breaking changes with existing plugins
This commit is contained in:
19
Data/Models/Reference.cs
Normal file
19
Data/Models/Reference.cs
Normal file
@ -0,0 +1,19 @@
|
||||
namespace Data.Models
|
||||
{
|
||||
public class Reference
|
||||
{
|
||||
public enum Game
|
||||
{
|
||||
COD = -1,
|
||||
UKN = 0,
|
||||
IW3 = 1,
|
||||
IW4 = 2,
|
||||
IW5 = 3,
|
||||
IW6 = 4,
|
||||
T4 = 5,
|
||||
T5 = 6,
|
||||
T6 = 7,
|
||||
T7 = 8
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user