Searched refs:mLastAttackTime (Results 1 – 1 of 1) sorted by relevance
39 private float mLastAttackTime; field in PatrolComponent217 boolean timeToAttack = (gameTime - mLastAttackTime) > mAttackDelay; in updateAttack()240 mLastAttackTime = gameTime; in updateAttack()247 if (gameTime - mLastAttackTime > mAttackDuration) { in updateAttack()