Initial support for Event Hooks.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
8
src/Battling/EventHooks/EventDataKind.hpp
Normal file
8
src/Battling/EventHooks/EventDataKind.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CREATURELIB_EVENTDATAKIND_HPP
|
||||
#define CREATURELIB_EVENTDATAKIND_HPP
|
||||
|
||||
namespace CreatureLib::Battling {
|
||||
enum EventDataKind { Damage };
|
||||
}
|
||||
|
||||
#endif // CREATURELIB_EVENTDATAKIND_HPP
|
||||
Reference in New Issue
Block a user