Пример #1
0
 public static LocalizationData GetLocalizationData(LocalizationDataId id)
 {
     return(AppManager.I.DB.GetLocalizationDataById(id.ToString()));
 }
Пример #2
0
 public void PlayDialogue(LocalizationDataId text, System.Action callback = null, KeeperMode keeperMode = KeeperMode.Default, bool isKeeper = true)
 {
     KeeperManager.I.PlayDialogue(text.ToString(), _callback: callback, keeperMode: keeperMode, isKeeper: isKeeper);
 }