From b6066ba0b6268e90e9f569e42c99a52807a09f47 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 1 Jul 2023 15:41:30 -0400 Subject: [PATCH] Add note that curve time is in minutes --- NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs b/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs index cb1649ee..6e046b42 100644 --- a/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs +++ b/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs @@ -6,7 +6,7 @@ namespace NewHorizons.External.Modules.VariableSize public class VariableSizeModule { /// - /// Scale this object over time + /// Scale this object over time. Time value is in minutes. /// public TimeValuePair[] curve; }