Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DChangeComponentsComponent.java33 private GameObject.ActionType mLastAction; field in ChangeComponentsComponent
76 mLastAction = GameObject.ActionType.INVALID; in reset()
86 if (currentAction != mLastAction) { in update()
87 mLastAction = currentAction; in update()