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