Add note that curve time is in minutes

This commit is contained in:
Nick 2023-07-01 15:41:30 -04:00
parent f354f99107
commit b6066ba0b6

View File

@ -6,7 +6,7 @@ namespace NewHorizons.External.Modules.VariableSize
public class VariableSizeModule
{
/// <summary>
/// Scale this object over time
/// Scale this object over time. Time value is in minutes.
/// </summary>
public TimeValuePair[] curve;
}