Beispiel #1
0
 public WeirdCreatureAdapter(string name) : base(name)
 {
     _weirdCreature = new Axolotl();
 }
Beispiel #2
0
 public WeirdCreatureAdapter()
 {
     _weirdCreature = new Axolotl();
 }