public float GetDistanceTo(IInteractor interactor) { return(Mathf.Abs(transform.position.x - interactor.GetPosition().x)); }