Exemple #1
0
 public void RemoveBehavior(Behaviors.Behavior b) => Behaviors.Remove(b);
Exemple #2
0
 public void AddBehavior(Behaviors.Behavior b)
 {
     Behaviors.Add(b);
     b.Init(this);
 }