NadekoBot/NadekoBot.Core/Modules/Utility/Common/ConvertUnit.cs

10 lines
229 B
C#

namespace NadekoBot.Modules.Utility.Common
{
public class ConvertUnit
{
public string[] Triggers { get; set; }
public string UnitType { get; set; }
public decimal Modifier { get; set; }
}
}