mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 14:19:52 -06:00
10 lines
245 B
C#
10 lines
245 B
C#
namespace Ryujinx.Ava.Common.Models.Github
|
|
{
|
|
public class GithubReleaseAssetJsonResponse
|
|
{
|
|
public string Name { get; set; }
|
|
public string State { get; set; }
|
|
public string BrowserDownloadUrl { get; set; }
|
|
}
|
|
}
|