1 parent e489d0f commit 5a2e228Copy full SHA for 5a2e228
1 file changed
src/EnemyStrategies.h
@@ -48,7 +48,7 @@ class AttackStrategy : public EnemyStrategy {
48
void update(Enemy& enemy, float deltaTime) override;
49
std::unique_ptr<EnemyStrategy> clone() const override;
50
51
- bool canAttack() const { return canDealDamage; }
+ // bool canAttack() const { return canDealDamage; }
52
void resetAttack();
53
bool isAttacking() const override { return true; }
54
};
0 commit comments