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