This commit is contained in:
MarcEricMartel
2023-12-18 11:10:10 -05:00
parent 2c346139d5
commit 9a669acd9c
5 changed files with 140 additions and 45 deletions

View File

@@ -50,6 +50,10 @@ public:
bool Eulogy = false;
bool boostspeed;
bool boostdamage;
bool boostinvincible;
private:
uint64_t getId() const;
@@ -72,9 +76,7 @@ protected:
float m_hp;
bool m_airborne;
bool boostspeed;
bool boostdamage;
bool boostinvincible;
Vector3f InterpolatePosition(const Vector3f& vec1, const Vector3f& vec2, const Timestamp& tim1, const Timestamp& tim2, const Timestamp& now);
};