if (typeof this.spec === 'object' && this.spec && typeof this.spec.aimMove === 'function') {
            this.spec.aimMove(this.wrappedComponent.props, this.wrappedComponent, distance);
          }