Update bramble scale description

This commit is contained in:
Nick 2022-07-10 00:38:13 -04:00
parent 2708f29386
commit 6a8c9c5764

View File

@ -53,7 +53,7 @@ namespace NewHorizons.External.Modules
public MVector3 rotation;
/// <summary>
/// The physical scale of the node
/// The physical scale of the node, as a multiplier of the original size
/// </summary>
[DefaultValue(1f)] public float scale = 1f;