new-horizons/NewHorizons/External/ProcGenModule.cs
2022-01-23 03:49:22 -05:00

16 lines
317 B
C#

using NewHorizons.Utility;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NewHorizons.External
{
public class ProcGenModule : Module
{
public float Scale { get; set; }
public MColor Color { get; set; }
}
}