chore: update readme

This commit is contained in:
Aaron Yarborough 2024-05-19 22:43:29 +01:00
parent f30cb0816b
commit f585bdf24e

View file

@ -21,3 +21,10 @@ For example: when authenticating, the following format is used:
`{message_id}{username_len}{username}{password_len}{password}`
All possible client and server message IDs can be found in `Networking/Enums/ClientPacketIn.cs` or `Networking/Enums/ServerPacketIn.cs` respectively.
## Projects
The repo is made up of the following projects:
* GServer.Server - the server to be connected to
* GServer.Client - the client that connects to the server
* GServer.Common - a class library used by both of the above projects. Contains shared code.