7 lines
No EOL
124 B
C#
7 lines
No EOL
124 B
C#
namespace Geekbot.net.Lib.DiceParser
|
|
{
|
|
public interface IDiceParser
|
|
{
|
|
DiceInput Parse(string input);
|
|
}
|
|
} |