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