Пример #1
0
 public void Update(GameTime gameTime)
 {
     DigitUpdate(gameTime);
     Particles1.Update(gameTime);
     Particles2.Update(gameTime);
 }
Пример #2
0
 public void Draw(SpriteBatch spriteBatch, Texture2D texture)
 {
     Particles1.Draw(spriteBatch, texture);
     Particles2.Draw(spriteBatch, texture);
 }