Searched refs:GHOST_REACTIVATION_DELAY (Results 1 – 1 of 1) sorted by relevance
44 private static final float GHOST_REACTIVATION_DELAY = 0.3f; field in PlayerComponent341 && mGhostDeactivatedTime + GHOST_REACTIVATION_DELAY < time) { in stateMove()