private void Awake()
 {
     instance = this;
     col      = instance.GetComponent <SphereCollider>();
 }