Added canRevive parameter to Heal function, added Faint event.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
#include <Arbutils/Enum.hpp>
|
||||
|
||||
namespace CreatureLib::Battling {
|
||||
ENUM(EventDataKind, uint8_t, Damage, Heal)
|
||||
ENUM(EventDataKind, uint8_t, Damage, Heal, Faint)
|
||||
|
||||
}
|
||||
|
||||
#endif // CREATURELIB_EVENTDATAKIND_HPP
|
||||
|
||||
Reference in New Issue
Block a user