HomeSort by relevance Sort by last modified time
    Searched refs:SHOOT (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java 29 public static final int SHOOT = 4;
85 case SHOOT:
86 shoot(parentObject);
208 mCurrentAnimation = SHOOT;
238 mCurrentAnimation = SHOOT;
276 mCurrentAnimation = SHOOT;
284 protected void shoot(GameObject parentObject) { method in class:NPCAnimationComponent
GameObjectFactory.java     [all...]

Completed in 54 milliseconds