mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update StarModule.cs
This commit is contained in:
parent
923c071a99
commit
6e84bde604
@ -21,7 +21,7 @@ namespace NewHorizons.External.Modules.VariableSize
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Should we add a star controller to this body? If you want clouds to work on a binary brown dwarf system, set this to false.
|
/// Should we add a star controller to this body? If you want clouds to work on a binary brown dwarf system, set this to false.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(true)] public bool hasStarController { get; set; } = true;
|
[DefaultValue(true)] public bool hasStarController = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The default sun has its own atmosphere that is different from regular planets. If you want that, set this to
|
/// The default sun has its own atmosphere that is different from regular planets. If you want that, set this to
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user