public Window_SaveGameMenu()
 {
     Instance            = this;
     this.OnlyShowInGame = true;
     this.ShouldCauseAllOtherWindowsToNotShow = true;
     this.OverallCampaignName = "";
     this.debug = false;
 }
Exemplo n.º 2
0
 public Window_SaveGameMenu()
 {
     Instance            = this;
     this.OnlyShowInGame = true;
     this.ShouldCauseAllOtherWindowsToNotShow = true;
 }