Improved globals object accuracy
This commit is contained in:
@@ -7,8 +7,6 @@ using System.Text.Json.Serialization;
|
||||
|
||||
public class Globals
|
||||
{
|
||||
[JsonPropertyName("time")]
|
||||
public double? Time { get; set; }
|
||||
|
||||
[JsonPropertyName("config")]
|
||||
public Config? Configuration { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user