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