pinball/assets/Scripts/Enums.ts

11 lines
279 B
TypeScript

export enum EventType {
MainMenu = 'MainMenu',
StartGame = 'StartGame',
PlayGame = 'Playgame',
UpdateScore = 'SendScore',
UpdateStreak = 'UpdateSteak',
UpdateHighestStreak = 'UpdateHighestStreak',
UpdateBall = 'UpdateBall',
EndGame = 'EndGame',
}