+EA 23.114 Nightly - Plugin.BaseCore
March 26, 2025
1 file modified.
Important Changes
None.
TalkDataList
@@ -30,7 +30,6 @@ public string GetTalk(string id, string idTopic, bool useDefault = false, bool h
cs
Dictionary<string, string> dictionary = all.TryGetValue(idTopic);
if (dictionary == null)
{
Debug.LogError("idTopic not found:" + idTopic);
return "";
}
string text = dictionary.TryGetValue(id);