Small changes
This commit is contained in:
@@ -243,8 +243,8 @@ namespace Prospect.Server.Api.Controllers
|
||||
{
|
||||
["AE"] = 0,
|
||||
["AS"] = 0,
|
||||
["AU"] = 0,
|
||||
["SC"] = 30000
|
||||
["AU"] = int.MaxValue,
|
||||
["SC"] = int.MaxValue
|
||||
},
|
||||
VirtualCurrencyRechargeTimes = new Dictionary<string, FVirtualCurrencyRechargeTime>()
|
||||
}
|
||||
|
||||
@@ -4,16 +4,16 @@ namespace Prospect.Server.Api.Models.CloudScript.Data
|
||||
{
|
||||
public class FYItemCurrentlyBeingCrafted
|
||||
{
|
||||
[JsonPropertyName("")]
|
||||
[JsonPropertyName("itemId")]
|
||||
public string ItemId { get; set; }
|
||||
|
||||
[JsonPropertyName("")]
|
||||
[JsonPropertyName("itemRarity")]
|
||||
public int ItemRarity { get; set; }
|
||||
|
||||
[JsonPropertyName("")]
|
||||
[JsonPropertyName("purchaseAmount")]
|
||||
public int PurchaseAmount { get; set; }
|
||||
|
||||
[JsonPropertyName("")]
|
||||
[JsonPropertyName("utcTimestampWhenCraftingStarted")]
|
||||
public FYTimestamp UtcTimestampWhenCraftingStarted { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user