Adds GetLastUsedAttackOnTarget helper to BattleHistory
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:
@@ -1,5 +1,7 @@
|
||||
#ifndef CREATURELIB_HISTORYELEMENTKIND_HPP
|
||||
#define CREATURELIB_HISTORYELEMENTKIND_HPP
|
||||
#include <Arbutils/Enum.hpp>
|
||||
#include <cstdint>
|
||||
|
||||
ENUM(HistoryElementKind, uint8_t, AttackUse, Damage)
|
||||
#endif // CREATURELIB_HISTORYELEMENTKIND_HPP
|
||||
|
||||
Reference in New Issue
Block a user