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