Rebalance radiator cooling and material cost (#18823)

This commit is contained in:
Ilya246
2023-08-24 21:36:16 +04:00
committed by GitHub
parent b6f77fc0c7
commit 6cf15177b3
3 changed files with 3 additions and 5 deletions

View File

@@ -31,6 +31,6 @@ public sealed partial class HeatExchangerComponent : Component
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
[DataField("radiationCoefficient")]
public float alpha { get; set; } = 400f;
public float alpha { get; set; } = 140f;
}