using NewHorizons.Utility; namespace NewHorizons.External.Modules.VariableSize { public class SandModule : VariableSizeModule { /// /// Size of the sand /// public float size; /// /// Tint of the sand /// public MColor tint; } }