Removed unused function from ExecutingAttack

This commit is contained in:
Deukhoofd 2020-01-26 13:10:45 +01:00
parent faaafb5e1d
commit 23c4e89c2d
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ namespace CreatureLib::Battling {
HitData* GetHit(uint8_t index) { return &_hits[index]; }
HitData* GetHitPtr(uint8_t index) { return &_hits[index]; }
uint8_t GetNumberOfHits() const { return _hits.size(); }
bool IsHit() const { return _isHit; }