using NewHorizons.Utility; namespace NewHorizons.External.Modules.VariableSize { public class SandModule : VariableSizeModule { public float Size { get; set; } public MColor Tint { get; set; } } }