Exemplo n.º 1
0
 public Fantassin(string nom, Organisation etatMajor) : base(nom, etatMajor)
 {
     ComportementCombat       = new ComportementApiedAvecHache();
     ComportementEmettreUnSon = new ComportementCrier();
     ComportementDeplace      = new ComportementDeplaceApied();
     ComportementAffichage    = new ComportementAffichageHumble();
 }
Exemplo n.º 2
0
 public Fantassin(string nom, Organisation etatMajor) : base(nom, etatMajor)
 {
     ComportementCombat = new ComportementApiedAvecHache();
     ComportementEmettreUnSon = new ComportementCrier();
     ComportementDeplace = new ComportementDeplaceApied();
     ComportementAffichage = new ComportementAffichageHumble();
 }
Exemplo n.º 3
0
 public Archer(string nom, Organisation etatMajor) : base(nom, etatMajor)
 {
     ComportementCombat = new ComportementAvecArc();
     ComportementEmettreUnSon = new ComportementCrier();
     ComportementAffichage  = new ComportementAffichageHumble();
 }
Exemplo n.º 4
0
 public Archer(string nom, Organisation etatMajor) : base(nom, etatMajor)
 {
     ComportementCombat       = new ComportementAvecArc();
     ComportementEmettreUnSon = new ComportementCrier();
     ComportementAffichage    = new ComportementAffichageHumble();
 }