Force downlaod/upload, download dialog
This commit is contained in:
@@ -11,13 +11,13 @@ namespace OpenSaveCloudClient.Models.Remote
|
||||
{
|
||||
|
||||
[JsonPropertyName("id")]
|
||||
public int Id { get; set; }
|
||||
public long Id { get; set; }
|
||||
|
||||
[JsonPropertyName("name")]
|
||||
public string Name { get; set; }
|
||||
|
||||
[JsonPropertyName("rev")]
|
||||
public int Revision { get; set; }
|
||||
public long Revision { get; set; }
|
||||
|
||||
[JsonPropertyName("hash")]
|
||||
public string Hash { get; set; }
|
||||
|
||||
@@ -10,6 +10,6 @@ namespace OpenSaveCloudClient.Models.Remote
|
||||
public class UploadGameInfo
|
||||
{
|
||||
[JsonPropertyName("game_id")]
|
||||
public int GameId { get; set; }
|
||||
public long GameId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user