using UnityEngine; using UnityEngine.UI; namespace UnityAtoms { [RequireComponent(typeof(Button))] public sealed class OnButtonClickHook : VoidHook { private void Awake() { var button = GetComponent