mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 04:36:23 +02: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; }
|
|
}
|
|
}
|