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