Update VariableSizeModule.cs

This commit is contained in:
LeeSpork 2025-08-17 11:55:22 +12:00 committed by GitHub
parent 765d3a136d
commit 1ce62f383d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,8 @@ namespace NewHorizons.External.Modules.VariableSize
public class VariableSizeModule
{
/// <summary>
/// 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.
/// </summary>
public TimeValuePair[] curve;
}
}
}