Push changes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
public class TitleDataDailyCrateInfo {
|
||||
[JsonPropertyName("Name")]
|
||||
public string Name { get; set; }
|
||||
[JsonPropertyName("Weight")]
|
||||
public float Weight { get; set; }
|
||||
[JsonPropertyName("Amount")]
|
||||
public int Amount { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user