Beispiel #1
0
 // Start is called before the first frame update
 void Start()
 {
     hitCount         = 0;
     toggleScriptLink = GameObject.FindGameObjectWithTag("Hand_Gun").GetComponent <HandGunToggle>();
 }