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