Merge branch 'mailv2' into websockets

This commit is contained in:
Aaron Kimbre
2025-02-15 22:37:51 -06:00
22 changed files with 664 additions and 420 deletions

View File

@@ -7,7 +7,8 @@ enum class eConnectionType : uint16_t {
CHAT,
WORLD = 4,
CLIENT,
MASTER
MASTER,
UNKNOWN
};
#endif //!__ECONNECTIONTYPE__H__