pinball/assets/_Game/Scripts/Enum/GameState.ts

8 lines
83 B
TypeScript

enum GameState {
Init,
Playing,
GameOver,
}
export default GameState;