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