예제 #1
0
 public void SetScreamBehavior(IScreamable newScreamBehavior)
 {
     screamBehavior = newScreamBehavior;
 }
예제 #2
0
 public HeroBase()
 {
     flyBehavior    = new SimpleFly();
     screamBehavior = new SimpleScream();
 }