Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
98b26ff951
commit
aa8dc511da
@@ -11,5 +11,5 @@ public sealed partial class CryoPodAirComponent : Component
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[ViewVariables(VVAccess.ReadWrite)]
|
[ViewVariables(VVAccess.ReadWrite)]
|
||||||
[DataField("gasMixture")]
|
[DataField("gasMixture")]
|
||||||
public GasMixture Air { get; set; } = new(Atmospherics.OneAtmosphere);
|
public GasMixture Air { get; set; } = new GasMixture(1000f);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user