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

11 lines
284 B
C#

using NewHorizons.Utility;
namespace NewHorizons.External.Modules.VariableSize
{
public class FunnelModule : VariableSizeModule
{
public string Target { get; set; }
public string Type { get; set; } = "Sand";
public MColor Tint { get; set; }
}
}