change types

This commit is contained in:
CWX
2025-01-14 16:49:56 +00:00
parent 20ae971957
commit 6337aa7c02
2 changed files with 2 additions and 2 deletions
@@ -119,7 +119,7 @@ public class ChangeRequirement
public List<ChangeCost?>? ChangeCost { get; set; }
[JsonPropertyName("changeStandingCost")]
public int? ChangeStandingCost { get; set; }
public double? ChangeStandingCost { get; set; }
}
public class ChangeCost
+1 -1
View File
@@ -53,7 +53,7 @@ public class SendMessageDetails
/// Optional - How long items will be stored in mail before expiry
/// </summary>
[JsonPropertyName("itemsMaxStorageLifetimeSeconds")]
public int? ItemsMaxStorageLifetimeSeconds { get; set; }
public long? ItemsMaxStorageLifetimeSeconds { get; set; }
/// <summary>
/// Optional - Used when sending messages from traders who send text from locale json