Example #1
0
        public override Nuisible Create()
        {
            Pigeon p = new Pigeon();

            return(p);
        }
Example #2
0
 public PigeonMutantDecorator(Pigeon monNuisible) : base(monNuisible)
 {
     this.Force = 15;
     this.Etat  = "MUTANT";
 }