Пример #1
0
 /**
  * Set text of load saved file button in MainMenu
  */
 private void Start()
 {
     UiUtils.SetResourceText(gameObject.name, StringIds.IdMainMenuButtonLoad);
 }
Пример #2
0
 /**
  *
  */
 private void SetTextTitles()
 {
     UiUtils.SetResourceText("ScreenTitleLoading", StringIds.IdLoadingTitle);
 }