Beispiel #1
0
 // Start is called before the first frame update
 void Start()
 {
     carte                = new Carte_Arme();
     textTitre.text       = carte.titre;
     textDescription.text = carte.descriptionEffet;
     bordure.color        = carte.GetCouleurEffet();
 }