Adjust table in /server document

This commit is contained in:
Tnze
2021-12-16 17:30:58 +08:00
parent 1aebedb5b0
commit 32a33b4d4e

View File

@ -4,15 +4,15 @@
//
// A server is roughly divided into two parts: Gate and GamePlay
//
// +-----------------------------------------------------------------+
// | Go-MC Server Framework |
// +--------------------------------------+--------------------------+
// | Gate | GamePlay |
// +--------------------+-----------------+ |
// | LoginHandler | ListPingHandler | |
// +--------------------+--------+--------+-----------+--------------+
// | MojangLoginHandler | Info | PlayerList | Others.... |
// +--------------------+--------+--------------------+--------------+
// +---------------------------------------------------------------------+
// | Go-MC Server Framework |
// +--------------------------------------+------------------------------+
// | Gate | GamePlay |
// +--------------------+-----------------+ |
// | LoginHandler | ListPingHandler | |
// +--------------------+------------+----+---------------+--------------+
// | MojangLoginHandler | PingInfo | PlayerList | Others.... |
// +--------------------+------------+--------------------+--------------+
//
// Gate, which is used to respond to the client login request, provide login verification,
// respond to the List Ping Request and providing the online players' information.