Change DamageSource enum to Arbutils Enum.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a200c7cde8
commit
88d55998d0
@ -1,12 +1,11 @@
|
||||
#ifndef CREATURELIB_DAMAGESOURCE_HPP
|
||||
#define CREATURELIB_DAMAGESOURCE_HPP
|
||||
|
||||
#include <Arbutils/Enum.hpp>
|
||||
#include <cstdint>
|
||||
|
||||
namespace CreatureLib::Battling {
|
||||
enum class DamageSource : uint8_t {
|
||||
AttackDamage,
|
||||
};
|
||||
ENUM(DamageSource, uint8_t, AttackDamage);
|
||||
}
|
||||
|
||||
#endif // CREATURELIB_DAMAGESOURCE_HPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user