Exemple #1
0
 // Update is called once per frame
 public void Update()
 {
     if (_tcp != null)
     {
         _tcp.Update();
     }
     if (_udp != null)
     {
         _udp.Update();
     }
 }
Exemple #2
0
 // Update is called once per frame
 public void Update()
 {
     _sock.Update();
 }