Documented everything I could and tried unifying format

This commit is contained in:
Seraina 2022-03-27 23:18:45 +02:00
parent c87d894e10
commit 0370bf30b8

View File

@ -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.
*/