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