Analytics

This commit is contained in:
Martin 2023-01-17 08:34:45 +01:00
parent b4f3b3e6f3
commit ad75e930e2

View File

@ -36,9 +36,9 @@ export class Analytics {
} }
enum EventName { enum EventName {
TOTAL_TIME = "Minutes_total_v0.1", TOTAL_TIME = "Minutes_total_v0.2",
GOLD_PER_RUN = "Gold_per_run_v0.1", GOLD_PER_RUN = "Gold_per_run_v0.2",
GAMES_PER_SESSION = "Games_per_session_v0.1", GAMES_PER_SESSION = "Games_per_session_v0.2",
GAME_TIME = "Game_time_seconds_v0.1", GAME_TIME = "Game_time_seconds_v0.2",
GAME_EXIT = "Game_exit_v0.1" GAME_EXIT = "Game_exit_v0.2"
} }