using System; using System.Collections.Generic; using UniRx; using UnityEngine; using UnityEngine.UI; public class LinkageForceTablePanel : UIView { public GameObject Item; public Button AddButton; public Button SaveButton; public int Count; public LinkageForces Data = new LinkageForces() { Forces = new List() }; public override void Awake() { base.Awake(); Item = transform.Find("Scroll View/Viewport/Content/Item").gameObject; AddButton = Find