mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-21 23:51:56 +00:00
9 lines
245 B
C#
9 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; }
|
|
}
|
|
}
|