//Méthode de Draw public void Draw(SpriteBatch spriteBatch) { _zone.Draw(spriteBatch); if (_trajet._count > 0) { _trajet.Draw(spriteBatch); } }