Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     timesHit = 0;
     myLevelManager.AddBrick();
     // I'm not sure why you were checking the tag here, since the result was the same
 }