namespace SharpChat { public interface C2SPacketHandler { bool IsMatch(ChatPacketHandlerContext ctx); void Handle(ChatPacketHandlerContext ctx); } }