void Start()
 {
     dc = new DatagramCommunication();
 }
Exemplo n.º 2
0
 void Start()
 {
     dc = new DatagramCommunication();
     hand.BeginHand();
 }