Mercurial > public > geoquiz
comparison GeoQuiz/Logic/GameModeEnum.swift @ 13:bdfff35dd43c
implement RevenueCat
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Wed, 12 Oct 2022 11:47:29 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
12:ce7ea84f67f5 | 13:bdfff35dd43c |
---|---|
1 // | |
2 // GameModeEnum.swift | |
3 // GeoQuiz | |
4 // | |
5 // Created by Dennis Concepción Martín on 11/10/22. | |
6 // | |
7 | |
8 import Foundation | |
9 | |
10 enum GameMode { | |
11 case guessTheFlag, guessTheCapital, guessTheCountry, guessThePopulation | |
12 } |