public Animation(MoveAnimation moveAnimation) { this.moveAnimation = moveAnimation; rotateAnimation = null; alignAnimation = null; loadPhase = null; type = AnimationConstants.TYPEMOVE; }
public Event(MoveAnimation moveAnimation) { this.moveAnimation = moveAnimation; type = AnimationAndEventsConstants.TYPEMOVE; }