From 1ce62f383d3ab11594921f334dc2902a0552bf71 Mon Sep 17 00:00:00 2001 From: LeeSpork Date: Sun, 17 Aug 2025 11:55:22 +1200 Subject: [PATCH] Update VariableSizeModule.cs --- .../External/Modules/VariableSize/VariableSizeModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}