Merge branch 'main' of https://github.com/CWXDEV/server-csharp
This commit is contained in:
@@ -448,8 +448,8 @@ public class Config
|
|||||||
[JsonPropertyName("ArmorMaterials")]
|
[JsonPropertyName("ArmorMaterials")]
|
||||||
public ArmorMaterials ArmorMaterials { get; set; }
|
public ArmorMaterials ArmorMaterials { get; set; }
|
||||||
|
|
||||||
// [JsonPropertyName("ArenaEftTransferSettings")]
|
[JsonPropertyName("ArenaEftTransferSettings")]
|
||||||
// public ArenaEftTransferSettings ArenaEftTransferSettings { get; set; } // TODO: this needs to be looked into, there are two types further down commented out with the same name
|
public ArenaEftTransferSettings ArenaEftTransferSettings { get; set; } // TODO: this needs to be looked into, there are two types further down commented out with the same name
|
||||||
|
|
||||||
[JsonPropertyName("KarmaCalculationSettings")]
|
[JsonPropertyName("KarmaCalculationSettings")]
|
||||||
public KarmaCalculationSettings KarmaCalculationSettings { get; set; }
|
public KarmaCalculationSettings KarmaCalculationSettings { get; set; }
|
||||||
@@ -1723,32 +1723,32 @@ public class KarmaCalculationSettings
|
|||||||
public double MinSurvivedRaidCount { get; set; }
|
public double MinSurvivedRaidCount { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// public class ArenaEftTransferSettings
|
public class ArenaEftTransferSettings
|
||||||
// {
|
{
|
||||||
// [JsonPropertyName("arenaEftTransferSettings")]
|
[JsonPropertyName("arenaEftTransferSettings")]
|
||||||
// public ArenaEftTransferSettings ArenaEftTransferSettings { get; set; }
|
public ArenaEftTransferSettingsDetails ArenaEftTransferSettingsDetails { get; set; }
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
// public class ArenaEftTransferSettings
|
public class ArenaEftTransferSettingsDetails
|
||||||
// {
|
{
|
||||||
// [JsonPropertyName("arenaManagerReputationTaxMultiplier")]
|
[JsonPropertyName("arenaManagerReputationTaxMultiplier")]
|
||||||
// public double ArenaManagerReputationTaxMultiplier { get; set; }
|
public double ArenaManagerReputationTaxMultiplier { get; set; }
|
||||||
//
|
|
||||||
// [JsonPropertyName("charismaTaxMultiplier")]
|
[JsonPropertyName("charismaTaxMultiplier")]
|
||||||
// public double CharismaTaxMultiplier { get; set; }
|
public double CharismaTaxMultiplier { get; set; }
|
||||||
//
|
|
||||||
// [JsonPropertyName("creditPriceTaxMultiplier")]
|
[JsonPropertyName("creditPriceTaxMultiplier")]
|
||||||
// public double CreditPriceTaxMultiplier { get; set; }
|
public double CreditPriceTaxMultiplier { get; set; }
|
||||||
//
|
|
||||||
// [JsonPropertyName("rubTaxMultiplier")]
|
[JsonPropertyName("rubTaxMultiplier")]
|
||||||
// public double RubTaxMultiplier { get; set; }
|
public double RubTaxMultiplier { get; set; }
|
||||||
//
|
|
||||||
// [JsonPropertyName("transferLimitsByGameEdition")]
|
[JsonPropertyName("transferLimitsByGameEdition")]
|
||||||
// public Dictionary<string, double> TransferLimitsByGameEdition { get; set; }
|
public Dictionary<string, double> TransferLimitsByGameEdition { get; set; }
|
||||||
//
|
|
||||||
// [JsonPropertyName("transferLimitsSettings")]
|
[JsonPropertyName("transferLimitsSettings")]
|
||||||
// public Dictionary<string, double> TransferLimitsSettings { get; set; }
|
public Dictionary<string, double> TransferLimitsSettings { get; set; }
|
||||||
// }
|
}
|
||||||
|
|
||||||
public class ArmorMaterials
|
public class ArmorMaterials
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user