blob: 67d238d2483da31be4897c7d9c71ef230ed788d9 (
plain) (
tree)
|
|
namespace Ryujinx.Ui.Common.Models.Github
{
public class GithubReleaseAssetJsonResponse
{
public string Name { get; set; }
public string State { get; set; }
public string BrowserDownloadUrl { get; set; }
}
}
|