diff --git a/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs b/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs index 6e046b42..0d9d4860 100644 --- a/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs +++ b/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs @@ -6,8 +6,8 @@ namespace NewHorizons.External.Modules.VariableSize public class VariableSizeModule { /// - /// Scale this object over time. Time value is in minutes. + /// Scale this object over time. Time is in minutes. Value is a multiplier of the size of the object. /// public TimeValuePair[] curve; } -} \ No newline at end of file +}