using System.Collections; using System.Collections.Generic; using UnityEngine; public class DuoYuyanWindowManager : MonoBehaviour { void OnEnable() { TopWindowManager.Instance.showTitle("多语言"); } }