Пример #1
0
 void Update()
 {
     if (!run)
     {
         MyNetwork.debugConnect();
         run = true;
     }
 }