geekbot/Geekbot.net/Lib/DiceParser/DiceInputOptions.cs

7 lines
131 B
C#
Raw Normal View History

2020-06-21 03:33:05 +02:00
namespace Geekbot.net.Lib.DiceParser
{
public struct DiceInputOptions
{
public bool ShowTotal { get; set; }
}
}