Ejemplo n.º 1
0
        void Awake()
        {
            udp            = new UDPEndPoint();
            udp.listenPort = port;

            if (handle == null)
            {
                handle = GetComponent <MessageHandle>();
            }
        }
Ejemplo n.º 2
0
 public UDPListener(UDPEndPoint host)
 {
     this.host = host;
 }