Example #1
0
 private void HackDone()
 {
     m_HackProgress.gameObject.SetActive(false);
     m_UserManager.SetHackedUser(m_HackTarget);
     m_Manager.ShowScreen(m_InboxScreen);
     m_TopMenu.Show();
     GlitchEffector.current.isGlitching = false;
 }
Example #2
0
 internal void ShowTopMenu(bool visible)
 {
     if (visible)
     {
         TopMenu.Show();
         TopMenu.Instance.SetButtonInteractibilites(true);
     }
     else
     {
         TopMenu.Hide();
     }
 }