| | |
| | | [SerializeField] ChatContentBehaviour m_ChatContent;
|
| | | [SerializeField] RectTransform m_NoTeamContainer;
|
| | | TeamModel team { get { return ModelCenter.Instance.GetModel<TeamModel>(); } }
|
| | | ChatCenter chatCenter { get { return ModelCenter.Instance.GetModel<ChatCenter>(); } }
|
| | | #region Built-in
|
| | | protected override void BindController()
|
| | | {
|
| | |
| | | ChatCtrl.Inst.presentChatType = ChatInfoType.Team;
|
| | | m_ChatContent.chatType = ChatInfoType.Team;
|
| | | MyTeamRefresh();
|
| | | ChatCtrl.Inst.ViewChat(ChatInfoType.Team);
|
| | | ChatCtrl.Inst.lockUpdate = false;
|
| | | chatCenter.UpdateChatContentPos();
|
| | | }
|
| | |
|
| | | protected override void OnActived()
|