Skip to content

Commit

Permalink
add Homebrew and Unlicensed as GameVersion type options
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Aug 10, 2024
1 parent 0b16144 commit 802fbb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TASVideos.Data/Entity/Game/GameVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ public enum VersionTypes
Unknown,
Good,
Hack,
Bad
Bad,
Homebrew,
Unlicensed
}

public class GameVersion : BaseEntity
Expand Down

1 comment on commit 802fbb9

@vadosnaprimer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Speaking of which! At some point we will need to move release type from game genres over to version info. Because when some game has several acceptable release types, we can obsolete one with another. For example we'd obsolete a demo release with a full one.

Please sign in to comment.