Files
JJBB/Assets/Project/Script/LuaScripts/BugFix/LuaChatInfoWarnTips.txt
2024-08-23 15:49:34 +08:00

10 lines
313 B
Plaintext

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