Adds DamageSource::Misc.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c27b87b01a
commit
a89d79f8bc
|
@ -2,7 +2,7 @@
|
||||||
#define CREATURELIB_DAMAGESOURCE_HPP
|
#define CREATURELIB_DAMAGESOURCE_HPP
|
||||||
|
|
||||||
namespace CreatureLib::Battling {
|
namespace CreatureLib::Battling {
|
||||||
ENUM(DamageSource, uint8_t, AttackDamage);
|
ENUM(DamageSource, uint8_t, AttackDamage, Misc);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // CREATURELIB_DAMAGESOURCE_HPP
|
#endif // CREATURELIB_DAMAGESOURCE_HPP
|
||||||
|
|
Loading…
Reference in New Issue