using NewHorizons.Utility; using Newtonsoft.Json; namespace NewHorizons.External.Modules { [JsonObject] public class ProcGenModule { public MColor color; public float scale; } }