Searched refs:currentMoveCastTime (Results 1 – 1 of 1) sorted by relevance
67 private float currentMoveCastTime = 0; field in TestComboMoves163 currentMoveCastTime -= tpf; in simpleUpdate()164 if (currentMoveCastTime <= 0){ in simpleUpdate()166 currentMoveCastTime = 0; in simpleUpdate()212 currentMoveCastTime = currentMove.getCastTime(); in onAction()