Adds GetLastUsedAttackOnTarget helper to BattleHistory
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-11-19 13:08:34 +01:00
parent a89d79f8bc
commit a570e90f67
5 changed files with 67 additions and 30 deletions

View File

@@ -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