Пример #1
0
        public void Draw(SpriteBatch spriteBatch, GameTime gameTime)
        {
            foreach (Platform p in platforms)
            {
                p.Draw(spriteBatch, gameTime);
            }

            bun.Draw(spriteBatch, gameTime);
        }