Пример #1
0
 void Update()
 {
     if (run)
     {
         envController.tick();
         hexController.tick();
     }
 }