using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Sog; using ProtoCSStruct; using Sog.Gate; namespace Chat { //现在还不支持多个,到时候看是用game的还是account的 public static class ChatServerRoute { public static bool CheckAndRoute(PlayerOnChat player, StructPacket packet) { return false; } } }