Esempio n. 1
0
 public void OnGetPlayerInfo(IdentityDisplay.PlayerGetInfoEvent e)
 {
     gameObject.SetActive(true);
     ConfirmBox.SetActive(false);
 }
Esempio n. 2
0
        public void GetPlayerName()
        {
            var nameInfo = new IdentityDisplay.PlayerGetInfoEvent();

            Space.DispatchEvent(Events.GetPlayerInfo, nameInfo);
        }