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