#region
using NewHorizons.Utility;
#endregion
namespace NewHorizons.External.Modules.VariableSize
{
public class SandModule : VariableSizeModule
{
///
/// Size of the sand
///
public float Size { get; set; }
///
/// Tint of the sand
///
public MColor Tint { get; set; }
}
}