Added BASE_XP into EntityEnums.

This commit is contained in:
Relintai 2019-10-16 13:28:50 +02:00
parent e2aabbf150
commit b14e7de95e
2 changed files with 2 additions and 0 deletions

View File

@ -171,4 +171,5 @@ void EntityEnums::_bind_methods() {
BIND_ENUM_CONSTANT(ENTITY_CLASS_PLAYSTYLE_TYPE_NONE);
BIND_CONSTANT(MAX_LEVEL);
BIND_CONSTANT(BASE_XP);
}

View File

@ -217,6 +217,7 @@ public:
enum {
MAX_LEVEL = 50,
BASE_XP = 50,
};
EntityEnums() {}