| | |
| | | var _funcCfg = Config.Instance.Get<FuncConfigConfig>("BugleItem");
|
| | | bugleItem = int.Parse(_funcCfg.Numerical1);
|
| | | chatChannels = new List<ChatInfoType>();
|
| | | for (int i = (int)ChatInfoType.System; i <= (int)ChatInfoType.Friend; i++)
|
| | | {
|
| | | chatChannels.Add((ChatInfoType)i);
|
| | | }
|
| | | chatChannels.Add(ChatInfoType.System);
|
| | | chatChannels.Add(ChatInfoType.World);
|
| | | chatChannels.Add(ChatInfoType.Area);
|
| | | chatChannels.Add(ChatInfoType.Invite);
|
| | | chatChannels.Add(ChatInfoType.Trumpet);
|
| | | chatChannels.Add(ChatInfoType.Friend);
|
| | | }
|
| | |
|
| | | public event Action<string, bool, bool> UpdateChatValueEvent;
|
| | |
| | | return;
|
| | | }
|
| | | openChatAfterCollect = false;
|
| | | if (!WindowCenter.Instance.CheckOpen<ChatWin>())
|
| | | if (!WindowCenter.Instance.CheckOpen<SocialWin>())
|
| | | {
|
| | | ChatCtrl.Inst.presentChatType = ChatInfoType.Fairy;
|
| | | WindowCenter.Instance.Open<ChatWin>();
|
| | | WindowCenter.Instance.Open<SocialWin>(false, 2);
|
| | | }
|
| | | }
|
| | | #endregion
|