added server licence type enum

This commit is contained in:
Volker Fischer 2015-01-18 21:20:41 +00:00
parent ecfc92207f
commit f56d59fdeb

View File

@ -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
{