public override void Destroy(DestroyMode mode = DestroyMode.Vanish) { Map map = this.Map; AAA_GenLeavingAll.AAA_DoLeavingsFor(this, map, mode); base.Destroy(DestroyMode.Vanish); }
// Token: 0x06003120 RID: 12576 RVA: 0x0016FD37 File Offset: 0x0016E137 public static void AAA_DoLeavingsFor(Thing diedThing, Map map, DestroyMode mode) { AAA_GenLeavingAll.AAA_DoLeavingsFor(diedThing, map, mode, diedThing.OccupiedRect()); }