Add project files.
This commit is contained in:
9
AlientAttack.MonoGame/GameLoops/IGameLoop.cs
Normal file
9
AlientAttack.MonoGame/GameLoops/IGameLoop.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
|
||||
namespace AlienAttack.MonoGame.GameLoops;
|
||||
|
||||
internal interface IGameLoop
|
||||
{
|
||||
void Draw();
|
||||
void Update(GameTime gameTime);
|
||||
}
|
||||
Reference in New Issue
Block a user