Documented everything I could and tried unifying format
This commit is contained in:
parent
c87d894e10
commit
0370bf30b8
@ -2,7 +2,7 @@ package ch.unibas.dmi.dbis.cs108.multiplayer.server;
|
||||
|
||||
/**
|
||||
* This class is built to contain the usernames of all players in a single string. This allows a
|
||||
* duplicate check (--> ClientHandler) when a new player chooses a name: does the string with all
|
||||
* duplicate check (ClientHandler) when a new player chooses a name: does the string with all
|
||||
* the previous names contain the new player's desired username? If yes, he is being assigned a
|
||||
* random name. If no, he can keep his desired name.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user