Support learning moves with CreateCreature class
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user