Merge remote-tracking branch 'origin/main'
This commit is contained in:
9
Screens/IScreen.cs
Normal file
9
Screens/IScreen.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MyGame.Screens
|
||||
{
|
||||
public interface IScreen
|
||||
{
|
||||
void Update();
|
||||
void Draw();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user