2022-05-17 19:41:45 -04:00

10 lines
228 B
C#

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