using UnityEngine; public class TitleLoginUI : MonoBehaviour { public void OnClicl_Login() { GameUI.Ins.Set_UI(2); } }