Handle executing moves.
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:
12
src/Battling/Models/DamageSource.hpp
Normal file
12
src/Battling/Models/DamageSource.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CREATURELIB_DAMAGESOURCE_HPP
|
||||
#define CREATURELIB_DAMAGESOURCE_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace CreatureLib::Battling {
|
||||
enum class DamageSource : uint8_t {
|
||||
AttackDamage,
|
||||
};
|
||||
}
|
||||
|
||||
#endif //CREATURELIB_DAMAGESOURCE_HPP
|
||||
Reference in New Issue
Block a user