Exemplo n.º 1
0
 private void Start()
 {
     playerScript = FindObjectOfType <FirstPersonController_Jack>();
 }
 // Start is called before the first frame update
 void Start()
 {
     playerScript      = FindObjectOfType <FirstPersonController_Jack>();
     interactableLayer = LayerMask.GetMask("Interactable Objects");
 }