Init_gameObj

This commit is contained in:
Lev 2024-08-15 00:38:01 +03:00
parent a3f55dc0dd
commit 72638e3666

View file

@ -27,7 +27,7 @@ public class Game1 : Game
{ {
_spriteBatch = new SpriteBatch(GraphicsDevice); _spriteBatch = new SpriteBatch(GraphicsDevice);
// TODO: use this.Content to load your game content here // TODO: use this.Content to load your game content here
} }
protected override void Update(GameTime gameTime) protected override void Update(GameTime gameTime)