This commit is contained in:
JohnCorby 2023-02-25 20:05:36 -08:00
parent 5708e81178
commit 2a750efe11

View File

@ -30,7 +30,7 @@ namespace NewHorizons.External.Modules
public MColor tint;
/// <summary>
/// If true, the light will start fading away below innerRadius, instead of staying constant. This means that innerRadius will be the midpoint between the outerRadius and an inner cutoff.
/// If true, the light will work as a shell between inner and outer radius.
/// </summary>
[DefaultValue(false)] public bool isShell = false;