Cleanup CMake file.
This commit is contained in:
@@ -87,7 +87,7 @@ namespace CreatureLib::Battling {
|
||||
return false;
|
||||
}
|
||||
|
||||
inline const uint8_t GetTargetCount() const noexcept { return _targetCount; }
|
||||
inline uint8_t GetTargetCount() const noexcept { return _targetCount; }
|
||||
inline const ArbUt::BorrowedPtr<Creature>* GetTargets() const noexcept { return _targets; }
|
||||
inline uint8_t GetNumberOfHits() const noexcept { return _numberHits; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user