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