diff options
Diffstat (limited to 'src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs')
| -rw-r--r-- | src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs b/src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs deleted file mode 100644 index 0f83e32c..00000000 --- a/src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Collections.Generic; - -namespace Ryujinx.Ui.Common.Models.Github -{ - public class GithubReleasesJsonResponse - { - public string Name { get; set; } - public List<GithubReleaseAssetJsonResponse> Assets { get; set; } - } -} |
