mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
fix default damage aspect
This commit is contained in:
parent
087523c72f
commit
a6619031f1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Sapphire::Action
|
||||||
* @param chara The chara to inflict damage upon
|
* @param chara The chara to inflict damage upon
|
||||||
* @param aspect The aspect of the damage
|
* @param aspect The aspect of the damage
|
||||||
*/
|
*/
|
||||||
void damageTarget( uint32_t amount, Entity::Chara& chara, Common::ActionAspect aspect = Common::ActionAspect::Unaspected );
|
void damageTarget( uint32_t amount, Entity::Chara& chara, Common::ActionAspect aspect = Common::ActionAspect::None );
|
||||||
/*!
|
/*!
|
||||||
* @brief Heals a target and adds the effect entry
|
* @brief Heals a target and adds the effect entry
|
||||||
* @param amount Amount of healing to apply
|
* @param amount Amount of healing to apply
|
||||||
|
|
Loading…
Add table
Reference in a new issue