Files
JJBB/Assets/Project/Script/LuaScripts/BugFix/LuaChatInfoWarnTips.txt

10 lines
313 B
Plaintext
Raw Permalink Normal View History

2024-08-23 15:49:34 +08:00
LuaChatInfoWarnTips = {}
function LuaChatInfoWarnTips:Update()
local chatInfoTipText = chatInfoTipGO:GetComponent("Text");
if(CS.NetworkConfig._cchid == "3500" or CS.NetworkConfig._cchid == "3400") then
chatInfoTipText.text = CS.GCGame.Table.StrDictionary.GetClientDictionaryString("#{79223}");
end
end