Ejemplo n.º 1
0
 public void Draw(Graphics graphics)
 {
     ballManager.Draw(graphics);
     stickFigureManager.Draw(graphics);
     playerTurret.Draw(graphics);
     particleSystem.Draw(graphics);
 }