using UnityEngine; using UnityEngine.UI; namespace UnityAtoms { [AddComponentMenu("Unity Atoms/Hooks/On Button Click")] [RequireComponent(typeof(Button))] public sealed class OnButtonClickHook : VoidHook { private void Awake() { var button = GetComponent