Exemple #1
0
 public void RemoveComponent(Datatype elem)
 {
     this.components.Remove(elem);
 }
Exemple #2
0
 public void AddComponent(Datatype elem)
 {
     this.components.Add(elem);
 }