Home
last modified time | relevance | path

Searched refs:mLastAttackTime (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DPatrolComponent.java39 private float mLastAttackTime; field in PatrolComponent
217 boolean timeToAttack = (gameTime - mLastAttackTime) > mAttackDelay; in updateAttack()
240 mLastAttackTime = gameTime; in updateAttack()
247 if (gameTime - mLastAttackTime > mAttackDuration) { in updateAttack()