public override void Execute()
 {
     if (tiempo >= tiempoShoot)
     {
         me.SpawnBullet();
         tiempo = 0;
     }
 }