Esempio n. 1
0
 public void SetFlying() => flyable = new Fly.Fly();
Esempio n. 2
0
 public BaseDuck()
 {
     sayable = new Say.Say();
     flyable = new Fly.Fly();
 }