@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Models.API
{
public class IGDBSettings
public string ClientId { get; set; }
public string ClientSecret { get; set; }
}