more work, repo DOES NOT BUILD

This commit is contained in:
Master Kwoth
2016-03-01 12:44:30 +01:00
parent 874eefdf89
commit 1f2b9cd3d3
32 changed files with 194 additions and 224 deletions

View File

@ -9,7 +9,7 @@ using System.Threading;
using System.Threading.Tasks;
namespace NadekoBot.Classes.Trivia {
class TriviaGame {
internal class TriviaGame {
private readonly object _guessLock = new object();
private Server _server { get; }