Exemplo n.º 1
0
    public void Awake()
    {
        instance = this;
        rightHandAnim.gameObject.transform.Find("hand_R_IMG");

        HomePC.SetActive(true);
        HomePCHacking.SetActive(false);
        leftHandPhone.SetActive(false);
        rightHand.SetActive(true);

        interaction = 1;
    }
Exemplo n.º 2
0
 public void BtnActionHacking()
 {
     //tela notebook hacking
     HomePC.SetActive(true);
     HomePCHacking.SetActive(true);
 }