public void Awake()
 {
     LookEntered = new InteractableObjectEvent();
     LookLeft    = new InteractableObjectEvent();
 }