Beispiel #1
0
 public void RegisterComponent(DrawComponent comp)
 {
     TaskManager.AddTask(comp);
     componentList.Add(comp);
     comp.Register(this);
     comp.Active();
 }