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
|