protected void CancelMove(OnOpenUI e) { StopAllCoroutines(); _targetInteractable = null; _targetItemPickUp = null; _tapPosition = Vector3.zero; SetAnimation(false); }
private void Awake() { OnOpenUI?.Invoke(); }