using UnityEngine; using UnityEngine.UI; namespace BetterTee.Form { [RequireComponent(typeof(Button))] public class FormButtonUnity : FormEvent { protected Button buttonComponent; private void Start() { buttonComponent = GetComponent