Add project files.
This commit is contained in:
11
AlientAttack.MonoGame/Things/SpriteDrawArgs.cs
Normal file
11
AlientAttack.MonoGame/Things/SpriteDrawArgs.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.Xna.Framework.Content;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
using System;
|
||||
|
||||
namespace AlienAttack.MonoGame.Things;
|
||||
|
||||
public class SpriteDrawArgs(AlienAttackGame game)
|
||||
{
|
||||
public SpriteBatch SpriteBatch => game.SpriteBatch;
|
||||
public ContentManager Content => game.Content;
|
||||
}
|
||||
Reference in New Issue
Block a user