diff --git a/Include/Core/Classes/Character.hpp b/Include/Core/Classes/Character.hpp index 406eb26..fd4c56c 100644 --- a/Include/Core/Classes/Character.hpp +++ b/Include/Core/Classes/Character.hpp @@ -25,6 +25,9 @@ namespace Internal LinkedList GetCombatInfo() const; std::int32_t GetGraphicsFrame() const; std::int32_t GetGraphicsID() const; + std::vector GetHitsplatTicks() const; + std::vector GetHitsplatTypes() const; + std::vector GetHitsplatValues() const; std::int32_t GetInteractIndex() const; std::string GetOverhead() const; std::vector GetPathX() const; diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index c648aff..33b4f55 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ