diff --git a/notes.md b/notes.md index 86357fc..775c0dd 100644 --- a/notes.md +++ b/notes.md @@ -29,4 +29,10 @@ Server Room: * game map * player list * monster list -* combat entrance list \ No newline at end of file +* combat entrance list + +Multithreading the network packets: +* queue +* function to push to the queue +* function to retreive from the queue +* Get the client running first \ No newline at end of file