예제 #1
0
 // Start is called before the first frame update
 void Start()
 {
     if (tag != "incassable")
     {
         _niveau = FindObjectOfType <Niveau>();
         _niveau.compterBriques();
     }
 }
예제 #2
0
 void Start()
 {
     if (tag != "Indestruc")
     {
         _niveau = FindObjectOfType <Niveau>();
         _niveau.compterBriques();
     }
 }