void Start()
 {
     dc = new DatagramCommunication();
 }
示例#2
0
 void Start()
 {
     dc = new DatagramCommunication();
     hand.BeginHand();
 }