parent
c27b87b01a
commit
a89d79f8bc
src/Battling/Models
|
@ -2,7 +2,7 @@
|
|||
#define CREATURELIB_DAMAGESOURCE_HPP
|
||||
|
||||
namespace CreatureLib::Battling {
|
||||
ENUM(DamageSource, uint8_t, AttackDamage);
|
||||
ENUM(DamageSource, uint8_t, AttackDamage, Misc);
|
||||
}
|
||||
|
||||
#endif // CREATURELIB_DAMAGESOURCE_HPP
|
||||
|
|
Loading…
Reference in New Issue