Added sound effects and music.
This commit is contained in:
@@ -4,6 +4,6 @@ namespace AlienAttack.MonoGame.GameLoops;
|
||||
|
||||
internal interface IGameLoop
|
||||
{
|
||||
void Draw();
|
||||
void Draw(GameTime gameTime);
|
||||
void Update(GameTime gameTime);
|
||||
}
|
||||
Reference in New Issue
Block a user