mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Added BASE_XP into EntityEnums.
This commit is contained in:
parent
e2aabbf150
commit
b14e7de95e
@ -171,4 +171,5 @@ void EntityEnums::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(ENTITY_CLASS_PLAYSTYLE_TYPE_NONE);
|
||||
|
||||
BIND_CONSTANT(MAX_LEVEL);
|
||||
BIND_CONSTANT(BASE_XP);
|
||||
}
|
||||
|
@ -217,6 +217,7 @@ public:
|
||||
|
||||
enum {
|
||||
MAX_LEVEL = 50,
|
||||
BASE_XP = 50,
|
||||
};
|
||||
|
||||
EntityEnums() {}
|
||||
|
Loading…
Reference in New Issue
Block a user