Mercurial > public > geoquiz
annotate GeoQuiz/Logic/GameSelection.swift @ 1:259a15f485c5
fix bug with NavigationLink
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 20 Sep 2022 11:53:54 +0200 |
parents | 413e2d21333e |
children |
rev | line source |
---|---|
0 | 1 // |
2 // GameSelection.swift | |
3 // GeoQuiz | |
4 // | |
5 // Created by Dennis Concepción Martín on 13/9/22. | |
6 // | |
7 | |
8 import Foundation | |
9 | |
10 enum GameName { | |
1
259a15f485c5
fix bug with NavigationLink
Dennis C. M. <dennis@denniscm.com>
parents:
0
diff
changeset
|
11 case guessTheFlag, guessTheCapital, guessTheCountry, guessThePopulation |
0 | 12 } |