Example #1
0
 public void Notify_CompDespawn(CompAutomation comp)
 {
     this.oldComps.Add(comp);
 }
Example #2
0
 public void Notify_CompSpawn(CompAutomation comp)
 {
     this.newComps.Add(comp);
 }