10 lines
313 B
Plaintext
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
|
|
|