using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; //地磁干扰提示界面 public class MagInterferenceTipView : MonoBehaviour, MenuBackInterface { void Start() { PersistenHandler.ins?.menuBackCtr.views.Add(this); transform.Find("BtnOK").GetComponentInChildren