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