Skip to content

Commit

Permalink
Temporarily remove 'steam' case from InclusiveGameType
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxfiied committed Jun 28, 2024
1 parent 1b1ad37 commit f7d30b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mythic/Views/Unified/Models/GameListEvoVM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ enum InclusiveGamePlatform: String, CaseIterable {
enum InclusiveGameType: String, CaseIterable {
case all = "All"
case epic = "Epic"
case steam = "Steam"
case local = "Local"
}

Expand Down

0 comments on commit f7d30b2

Please sign in to comment.