Пример #1
0
 public void AddComponent(DrawableComponent3D toAdd)
 {
     toAdd.Start();
     components.Add(toAdd);
 }
Пример #2
0
 public void AddComponent(DrawableComponent3D toAdd)
 {
     toAdd.Start();
     components.Add(toAdd);
 }