Example #1
0
 public void Deregister(Comp_LaserDrill c)
 {
     comps.Remove(c);
 }
Example #2
0
 public void Register(Comp_LaserDrill c)
 {
     comps.Add(c);
 }