added server licence type enum
This commit is contained in:
parent
ecfc92207f
commit
f56d59fdeb
1 changed files with 8 additions and 0 deletions
|
@ -498,6 +498,14 @@ enum EGUIDesign
|
|||
};
|
||||
|
||||
|
||||
// Server licence type enum ----------------------------------------------------
|
||||
enum ELicenceType
|
||||
{
|
||||
// used for protocol -> enum values must be fixed!
|
||||
LT_CREATIVECOMMONS = 0
|
||||
};
|
||||
|
||||
|
||||
// Skill level enum ------------------------------------------------------------
|
||||
enum ESkillLevel
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue