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