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