diff --git a/README.md b/README.md index aedc1a40..b8d3af20 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,20 @@ This is just a simple gameserver for 7.40 which is being made and will receive occasional updates until it's playable, maybe near 1:1.

-*This is just so I could expand my knowledge and provide.* +**NAMESPACES AND FILES** +
+The namespaces, files and layout are different than what you may normally see, this is so it is easy to read and navigate. +
+**Handlers:** Handles everything efficiently. +
+**Managers:** Manages everything easily. +
+**Hooks:** Contains all the Hooks of functions. +
+
+This isn't planned on being used at all, you may use it and port it to other versions if you'd like, **with credit**. +
+There will be no support on how to set this up and use it as it should be pretty clear. +
+
+*This is just so I could expand my knowledge and provide, this could also be used to understand how servers work.*