Exemplo n.º 1
0
 public void RemoveBehavior(Behavior behavior)
 {
     Behaviors.Remove(behavior);
 }
Exemplo n.º 2
0
 public void AddBehavior(Behavior behavior)
 {
     Behaviors.Add(behavior);
 }