CreatureLib/src/Library/Statistic.hpp
Deukhoofd 53bfbd36c2
Some checks failed
continuous-integration/drone/push Build is failing
Use a precompiled header.
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
2020-09-25 13:05:15 +02:00

9 lines
249 B
C++

#ifndef CREATURELIB_STATISTIC_HPP
#define CREATURELIB_STATISTIC_HPP
namespace CreatureLib::Library {
ENUM(Statistic, uint8_t, Health, PhysicalAttack, PhysicalDefense, MagicalAttack, MagicalDefense, Speed)
}
#endif // CREATURELIB_STATISTIC_HPP