Initial Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace FlappyBird.Core
|
||||
{
|
||||
public enum GameState
|
||||
{
|
||||
Menu,
|
||||
Playing,
|
||||
GameOver
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user