7 lines
131 B
C#
7 lines
131 B
C#
|
namespace Geekbot.net.Lib.DiceParser
|
||
|
{
|
||
|
public struct DiceInputOptions
|
||
|
{
|
||
|
public bool ShowTotal { get; set; }
|
||
|
}
|
||
|
}
|