Ejemplo n.º 1
0
 void RenderCorporateCultureChanges(PopupMessageCultureChange popup)
 {
     RenderUniversalPopup(
         "You changed the corporate culture!",
         "{improvement_description}\n\nYou will be able to do this again in " + Balance.CORPORATE_CULTURE_CHANGES_DURATION + " days",
         typeof(ClosePopupOK)
         );
 }
Ejemplo n.º 2
0
 void RenderCorporateCultureChanges(PopupMessageCultureChange popup)
 {
     RenderUniversalPopup(
         Visuals.Positive("Corporate culture changed!"),
         "\n\nYou will be able to do this again in " + C.CORPORATE_CULTURE_CHANGES_DURATION + " days",
         typeof(ClosePopupOK)
         );
 }