Exemple #1
0
 public void AttachBehavior(IParticleBehavior behavior)
 {
     Behaviors.Add(behavior);
     behavior.Initialize(this);
 }