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

7 lines
No EOL
131 B
C#

namespace Geekbot.net.Lib.DiceParser
{
public struct DiceInputOptions
{
public bool ShowTotal { get; set; }
}
}