Beispiel #1
0
 public override void Cleanup()
 {
     base.Cleanup();
     if (destroyOrPassToWorldOnCleanup && copy != null)
     {
         QuestPart_DestroyThingsOrPassToWorld.Destroy(copy);
     }
 }
Beispiel #2
0
 public override void Cleanup()
 {
     base.Cleanup();
     QuestPart_DestroyThingsOrPassToWorld.Destroy(things);
 }