mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Trivia game cleanup
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace NadekoBot.Modules.Games.Common.Trivia;
|
||||
|
||||
public interface IQuestionPool
|
||||
{
|
||||
Task<TriviaQuestion?> GetQuestionAsync();
|
||||
}
|
Reference in New Issue
Block a user