Support learning moves with CreateCreature class
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-10-25 20:08:25 +02:00
parent 9588236183
commit 7d6de3557c
6 changed files with 38 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ namespace CreatureLib::Battling{
AttackLearnMethod _learnMethod;
public:
LearnedAttack(Library::AttackData* attack, uint8_t maxUses, AttackLearnMethod learnMethod);
LearnedAttack(const Library::AttackData* attack, AttackLearnMethod learnMethod);
const Library::AttackData* GetAttack() const;
uint8_t GetMaxUses() const;