diff --git a/entity_enums.cpp b/entity_enums.cpp index f88406f..f72e427 100644 --- a/entity_enums.cpp +++ b/entity_enums.cpp @@ -171,4 +171,5 @@ void EntityEnums::_bind_methods() { BIND_ENUM_CONSTANT(ENTITY_CLASS_PLAYSTYLE_TYPE_NONE); BIND_CONSTANT(MAX_LEVEL); + BIND_CONSTANT(BASE_XP); } diff --git a/entity_enums.h b/entity_enums.h index d28c144..b35e3d0 100644 --- a/entity_enums.h +++ b/entity_enums.h @@ -217,6 +217,7 @@ public: enum { MAX_LEVEL = 50, + BASE_XP = 50, }; EntityEnums() {}