using Newtonsoft.Json; namespace NewHorizons.External.Modules.VariableSize { [JsonObject] public class VariableSizeModule { /// /// Scale this object over time /// public TimeValuePair[] curve; } }