source
Created by: Andrew
This commit is contained in:
19
trunk/Common/Constants.cs
Normal file
19
trunk/Common/Constants.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace KartExtreme
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public static readonly Version Version = new Version()
|
||||
{
|
||||
Localisation = 5002,
|
||||
Major = 1,
|
||||
Minor = 26
|
||||
};
|
||||
}
|
||||
|
||||
public struct Version
|
||||
{
|
||||
public short Localisation { get; set; }
|
||||
public short Major { get; set; }
|
||||
public short Minor { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user