| | |
| | | ServerTipDetails.ShowMarquee(msg, tipInfoList, order); |
| | | break; |
| | | case SysNotifyType.ChatChannelWorld: |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World); |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World, true); |
| | | break; |
| | | case SysNotifyType.ChatChannelGuild: |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild); |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild, true); |
| | | break; |
| | | case SysNotifyType.SysRealmTip: |
| | | if (OnSysTipEvent != null) |
| | |
| | | } |
| | | break; |
| | | |
| | | // TODO YYL |
| | | // case SysNotifyType.SysEvenKill: |
| | | // BattleHint.Instance.ReceiveEvenKill(msg, tipInfoList); |
| | | // break; |
| | | // TODO YYL |
| | | // case SysNotifyType.SysEvenKill: |
| | | // BattleHint.Instance.ReceiveEvenKill(msg, tipInfoList); |
| | | // break; |
| | | |
| | | |
| | | } |