Esempio n. 1
0
 public WeirdCreatureAdapter(string name) : base(name)
 {
     _weirdCreature = new Axolotl();
 }
Esempio n. 2
0
 public WeirdCreatureAdapter()
 {
     _weirdCreature = new Axolotl();
 }