Add default value

This commit is contained in:
xen-42 2024-12-17 20:47:07 -05:00
parent 9d2f4f05f0
commit 9878234026

View File

@ -55,7 +55,7 @@ namespace NewHorizons.External.Configs
/// <summary> /// <summary>
/// `true` if you want the map zoom speed to adjust to this planet's orbit /// `true` if you want the map zoom speed to adjust to this planet's orbit
/// </summary> /// </summary>
public bool adjustZoomSpeed = true; [DefaultValue(true)] public bool adjustZoomSpeed = true;
/// <summary> /// <summary>
/// A list of paths to child GameObjects to destroy on this planet /// A list of paths to child GameObjects to destroy on this planet