Connection

- Added comment
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-22 10:32:21 +02:00
parent d9f7ef7c2a
commit 24534b7ae9
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@ public class Connection : Thread
// }
}
/**
* Handle the different types of commands
*/
switch(incomingCommandType)
{
/**