using System.Collections; using System.Collections.Generic; using AdaptUI; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class ModeSelectView : JCUnityLib.ViewBase { public static ModeSelectView ins; //显示双人同屏 public bool isShowButton { get; set; } = false; //显示本地pk public bool isShowLocalPKBtn { get; set; } = false; //联网pk public bool isShowNetworkPKBtn { get; set; } = false; [SerializeField] List