[ADDITION] Added username tests, as well as random word tests.

This commit is contained in:
Dogukan
2020-10-23 23:27:37 +02:00
parent 5ac4b59e38
commit 7f8dfc0f9c
5 changed files with 190 additions and 1 deletions

View File

@@ -300,7 +300,7 @@ namespace SharedClientServer
Debug.WriteLine($"[SERVERCLIENT] Sending random words {words}");
return words.words[index];
return words.words[0];
}
/*