completed documentation

This commit is contained in:
Johannes Schmelz
2024-12-12 18:17:21 +01:00
parent 83aaae9fa6
commit be568fd8f2
26 changed files with 335 additions and 18 deletions

View File

@@ -96,6 +96,8 @@ public class MonopolyServer implements MessageListener<HostedConnection>, Connec
/**
* Starts the Monopolys server.
*
* @param args the command line arguments
*/
public static void main(String[] args) {
new MonopolyServer().run();