namespace VideoGameQuotes.Api { /// /// The region for which a game is associated /// public enum Region { Unknown = 0, UnitedStates = 1, Japan = 2, Europe = 3, Other = 4 } }