parent
4ef24dd122
commit
d6335359eb
src/Battling/Models
|
@ -120,7 +120,7 @@ namespace CreatureLib::Battling {
|
|||
void ChangeLevelBy(int8_t amount);
|
||||
void Damage(uint32_t damage, DamageSource source);
|
||||
void Heal(uint32_t amount, bool canRevive = false);
|
||||
void RestoreAllAttackUses () noexcept;
|
||||
void RestoreAllAttackUses() noexcept;
|
||||
void OverrideActiveTalent(const ArbUt::StringView& talent);
|
||||
void AddExperience(uint32_t amount);
|
||||
|
||||
|
|
Loading…
Reference in New Issue