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