using NewHorizons.Utility; namespace NewHorizons.External.Modules { public class ProcGenModule { public float Scale { get; set; } public MColor Color { get; set; } } }