Adds talent script to Creature class
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-11-17 11:25:52 +01:00
parent 5e71c59f77
commit 86f8a1e37b
2 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ namespace CreatureLib::Battling{
std::string _nickname = "";
int8_t _talentIndex;
Script* _activeTalent = nullptr;
std::vector<LearnedAttack*> _attacks;
Script* _status = nullptr;