change types
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user