Updated GameStartResponse.UtcTime return type
This commit is contained in:
@@ -5,5 +5,5 @@ namespace Core.Models.Eft.Game;
|
||||
public class GameStartResponse
|
||||
{
|
||||
[JsonPropertyName("utc_time")]
|
||||
public double? UtcTime { get; set; }
|
||||
}
|
||||
public long? UtcTime { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user