document defaults

This commit is contained in:
JohnCorby 2022-07-11 17:08:06 -07:00
parent fcd3c8bf26
commit a505281e34
2 changed files with 192 additions and 192 deletions

View File

@ -145,7 +145,7 @@ namespace NewHorizons.External.Modules
public string texturePath;
/// <summary>
/// Colour of the inner cloud layer.
/// Colour of the inner cloud layer. Defaults to white.
/// </summary>
public MColor tint;

View File

@ -30,7 +30,7 @@ namespace NewHorizons.External.Modules.VariableSize
[DefaultValue(true)] public bool hasAtmosphere = true;
/// <summary>
/// Colour of the light given off.
/// Colour of the light given off. Defaults to yellowish.
/// </summary>
public MColor lightTint;