2022-05-17 20:05:58 -04:00

11 lines
201 B
C#

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