public static LocalizationData GetLocalizationData(LocalizationDataId id) { return(AppManager.I.DB.GetLocalizationDataById(id.ToString())); }
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); }