Example #1
0
    public void EnvoyerDegat(int degat)
    {
        VieDuJoueur vie = GameObject.FindGameObjectWithTag("Player").GetComponent <VieDuJoueur>();

        vie.recevoirDesDegats(degat);
    }