コード例 #1
0
 void RenderBankruptcyThreat(PopupMessageBankruptcyThreat popup)
 {
     RenderUniversalPopup(
         "BANKRUPTCY IS COMING!",
         "YOU HAVE ONE DAY TO SAVE YOUR COMPANY!\n\n" + Visuals.Negative("Raise investments, close not profitable companies and stop capturing markets!"),
         typeof(ClosePopupOK)
         );
 }
コード例 #2
0
 void RenderBankruptcyThreat(PopupMessageBankruptcyThreat popup)
 {
     RenderUniversalPopup(
         "BANKRUPTCY IS COMING!",
         "YOU HAVE ONE DAY TO SAVE YOUR COMPANY!\n\n" + Visuals.Negative("Raise investments, fire workers, close not profitable companies!"),
         typeof(ClosePopupOK)
         //typeof(AutomaticInvestmentPickButton)
         //typeof(DeclareBankruptcyPopupButton)
         );
 }