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

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

Completed in 142 milliseconds