Add support for prints

This commit is contained in:
Natsumi
2024-11-16 10:32:43 +13:00
parent f3a81ba702
commit f56f1b8a83
9 changed files with 278 additions and 9 deletions

View File

@@ -44,6 +44,13 @@ namespace VRCX
/// </summary>
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Vector3? Pos { get; set; }
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public DateTime? Timestamp { get; set; }
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string? Note { get; set; }
/// <summary>
/// Any error that occurred while parsing the file. This being true implies nothing else is set.