| | |
| | | string serverName = ServerListCenter.Instance.GetServerName(UIHelper.GetServerIDByAccount(PlayerDatas.Instance.baseData.AccID)); |
| | | m_PlayerName.text = Language.Get("Chat08", serverName, PlayerDatas.Instance.baseData.PlayerName); |
| | | } |
| | | else |
| | | else if (manager.nowChatTab == ChatTab.Guild) |
| | | { |
| | | int fmlv = PlayerDatas.Instance.fairyData.mine.FmLV; |
| | | m_PlayerName.text = Language.Get("Chat08", RichTextMsgReplaceConfig.GetRichReplace("FAMILY", fmlv), PlayerDatas.Instance.baseData.PlayerName); |
| | | } |
| | | else if (manager.nowChatTab == ChatTab.CrossServer) |
| | | { |
| | | string serverName = ServerListCenter.Instance.GetServerName(UIHelper.GetServerIDByAccount(PlayerDatas.Instance.baseData.AccID)); |
| | | m_PlayerName.text = Language.Get("Chat08", serverName, PlayerDatas.Instance.baseData.PlayerName); |
| | | } |
| | | } |
| | | |
| | | public float GetHeight(string content, ArrayList list) |