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