Example #1
0
 internal void destroyImmediately()
 {
     markToDestroy();
     Province.DestroyFactory(this);
     // + GUI 2 places
     MainCamera.factoryPanel.removeFactory(this);
     //MainCamera.productionWindow.removeFactory(this);
     MainCamera.productionWindow.Refresh();
 }