using System.Collections; using System.Collections.Generic; using TMPro; using Framework; using UnityEngine; using UnityEngine.UI; using UnityEngine.UIElements; using Button = UnityEngine.UI.Button; using Image = UnityEngine.UI.Image; using Toggle = UnityEngine.UI.Toggle; using ScrollView = PhxhSDK.PhxhScrollView; public class UINoticeTwoBinder { public static void GetComponents(UINoticeTwoController window) { window.Image_BG = window.GetComponent("Image_BG"); window.Text_Title = window.GetComponent("Image_BG/Text_Title"); window.Text_Desc = window.GetComponent("Image_BG/Text_Desc"); window.Button_Confirm = window.GetComponent