Exemplo n.º 1
0
 void FixedUpdate()
 {
     if (!isAtModule)
     {
         moveBehavior.move();
     }
 }
Exemplo n.º 2
0
 void FixedUpdate()
 {
     if (module.activePlayerId > 0 && module.canActivePlayerControlModule && !fuelContainer.isEmpty())
     {
         moveBehavior.move();
     }
 }