Update MobyGamesDB.cs

This commit is contained in:
Bluzume 2020-08-25 18:15:59 +12:00 committed by GitHub
parent 46346f6a51
commit db7d7425e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ namespace CHOVY_SIGN
class MobyGamesDB
{
// Scraping there site because there API requires auth and API keys,
// And fuck that lol
// Freedom for ALL!
public static string CoverImage = "";
public static string Name = "";
public static void GetGameInformation(string DiscId)