Ejemplo n.º 1
0
 public void AddEnd(IBehaviorUpdateable updateable)
 {
     Updateables.Add(updateable);
 }
Ejemplo n.º 2
0
 public void AddImmediate(IBehaviorUpdateable updateable)
 {
     Updateables.Insert(0, updateable);
 }