|
|
|
public Personnage(string nom, string epithete, int age, double taille, string origine, string biographie, string citation, string image)
|
|
|
|
public Personnage(string nom, double prime, string epithete, int age, double taille, string origine, string biographie, string citation, string image)
|
|
|
|
public Personnage(string nom, string epithete, int age, double taille, string origine, string biographie, string citation,string image ,Equipage equipage,List<FruitDuDemon> fruit) : this(nom,epithete,age,taille,origine,biographie,citation,image)
|
|
|
|
public Personnage(string nom, double prime, string epithete, int age, double taille, string origine, string biographie, string citation,string image ,Equipage equipage,List<FruitDuDemon> fruit) : this(nom,prime,epithete,age,taille,origine,biographie,citation,image)
|