Exemplo n.º 1
0
        void Awake()
        {
            recv_packets = new List <string>();
            dispatcher   = new tk.Dispatcher();
            dispatcher.Init();
            client = GetComponent <tk.TcpClient>();

            Initcallbacks();
        }