Exemplo n.º 1
0
        public void OnSocketDisConnected(uint iMessageType, object kParam)
        {
            GameObject label = UIManager.GetInstance().GetSingleUI(EUIType.StatusLabel);

            label.GetComponent <StatusLabel>().Show();
        }