public void Notify_SwitchedMap() { if (this.tabWindowInt != null) { Find.WindowStack.TryRemove(this.tabWindowInt, true); this.tabWindowInt = null; } }
public void Notify_ClearingAllMapsMemory() { this.tabWindowInt = null; }