refactor: removed hardcoded ag laser logic (#1079)

* Removed hardcoded laser logic

* Address feedback
This commit is contained in:
Aaron Kimbrell
2023-05-13 18:21:17 -05:00
committed by GitHub
parent 2117a18d62
commit 9708ea28dc
4 changed files with 30 additions and 65 deletions

View File

@@ -8,8 +8,7 @@ public:
void OnStartup(Entity* self);
void OnCollisionPhantom(Entity* self, Entity* target);
private:
SkillComponent* m_Skill;
int m_RepelForce = -25;
float m_RepelForce = -25.0f;
int m_SkillCastID = 163;
};