Add the timeout in !roll back
This commit is contained in:
parent
8018d5e750
commit
0898e9b6bd
3 changed files with 22 additions and 11 deletions
10
Geekbot.net/Commands/Games/Roll/RollTimeout.cs
Normal file
10
Geekbot.net/Commands/Games/Roll/RollTimeout.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
|
||||
namespace Geekbot.net.Commands.Games.Roll
|
||||
{
|
||||
public class RollTimeout
|
||||
{
|
||||
public int LastGuess { get; set; }
|
||||
public DateTime GuessedOn { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue