void Start()
 {
     controllerDesactivation = GameObject.FindGameObjectWithTag("ControlleurDesactivation").GetComponent <ControllerDesactivation>();
     isInventaireActive      = false;
 }
Exemple #2
0
 void Start()
 {
     controllerDesactivation = GameObject.FindGameObjectWithTag("ControlleurDesactivation").GetComponent <ControllerDesactivation>();
 }