Move the RollTimeout record to the shared commands project
This commit is contained in:
parent
dd941f5f94
commit
29e22acbc0
4 changed files with 11 additions and 18 deletions
10
src/Commands/Roll/RollTimeout.cs
Normal file
10
src/Commands/Roll/RollTimeout.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
|
||||
namespace Geekbot.Commands.Roll
|
||||
{
|
||||
public record RollTimeout
|
||||
{
|
||||
public int LastGuess { get; set; }
|
||||
public DateTime GuessedOn { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue