Initial support for Event Hooks.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-12-15 12:24:08 +01:00
parent 6ba708ad12
commit 410487c86b
6 changed files with 74 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#ifndef CREATURELIB_EVENTDATAKIND_HPP
#define CREATURELIB_EVENTDATAKIND_HPP
namespace CreatureLib::Battling {
enum EventDataKind { Damage };
}
#endif // CREATURELIB_EVENTDATAKIND_HPP