Ejemplo n.º 1
0
 public void SetInputEnabled(bool enabled)
 {
     if (enabled)
     {
         commands.SetServerInputEnabled(true);
         return;
     }
     commands.SetServerInputEnabled(false);
     movement.StopMovement();
     arm.StopThrow();
 }