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