Пример #1
0
 void Start()
 {
     StartCoroutine(networkModule.GetDrones((result) =>
     {
         print(result);
     }));
     CheckMode();
 }