using System.Collections; using System.Collections.Generic; using UnityEngine; public class ShowPublicChatPanel : MonoBehaviour { // 指挥中心场景显示时 void Start () { UIManager.GetView().ShowCommandCenterSize(); } }