using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class UI_DisassemblyAssemblyNoticePanel : BasePanel { public string triggerName; public void Init(string _triggerName) { triggerName = _triggerName; if (GameManager.RunModelMgr.ModeType == E_ModeType.Study) { GetControl