Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
9 lines
198 B
C++
9 lines
198 B
C++
#ifndef CREATURELIB_DAMAGESOURCE_HPP
|
|
#define CREATURELIB_DAMAGESOURCE_HPP
|
|
|
|
namespace CreatureLib::Battling {
|
|
ENUM(DamageSource, uint8_t, AttackDamage);
|
|
}
|
|
|
|
#endif // CREATURELIB_DAMAGESOURCE_HPP
|