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