Ejemplo n.º 1
0
 public bool RemoveComponent(NetComponent component)
 {
     return(components.Remove(component.GetType()));
 }
Ejemplo n.º 2
0
 public void AddComponent(NetComponent component)
 {
     components.Add(component.GetType(), component);
 }