Exemplo n.º 1
0
 public void Notify_CompDespawn(CompAutomation comp)
 {
     this.oldComps.Add(comp);
 }
Exemplo n.º 2
0
 public void Notify_CompSpawn(CompAutomation comp)
 {
     this.newComps.Add(comp);
 }