Esempio n. 1
0
 private void OnActivationOver()
 {
     GameInput.CaptureInput(false);
     artifactAssembled = true;
     pickupArtifactTrigger.GetComponent <BoxCollider>().enabled = true;
     artifactActivator.GetComponentInChildren <AudioSource>().Play();
 }