Further redid pet update loop

This commit is contained in:
jadebenn
2023-12-11 21:10:29 -06:00
parent 200d679dd8
commit 5b738dfc58
3 changed files with 244 additions and 174 deletions

View File

@@ -34,7 +34,6 @@ BaseCombatAIComponent::BaseCombatAIComponent(Entity* parent, const uint32_t id):
m_MovementAI = nullptr;
m_Disabled = false;
m_SkillEntries = {};
m_MovementAI = nullptr;
m_SoftTimer = 5.0f;
//Grab the aggro information from BaseCombatAI: