Adjust table in /server document
This commit is contained in:
@ -4,15 +4,15 @@
|
|||||||
//
|
//
|
||||||
// A server is roughly divided into two parts: Gate and GamePlay
|
// A server is roughly divided into two parts: Gate and GamePlay
|
||||||
//
|
//
|
||||||
// +-----------------------------------------------------------------+
|
// +---------------------------------------------------------------------+
|
||||||
// | Go-MC Server Framework |
|
// | Go-MC Server Framework |
|
||||||
// +--------------------------------------+--------------------------+
|
// +--------------------------------------+------------------------------+
|
||||||
// | Gate | GamePlay |
|
// | Gate | GamePlay |
|
||||||
// +--------------------+-----------------+ |
|
// +--------------------+-----------------+ |
|
||||||
// | LoginHandler | ListPingHandler | |
|
// | LoginHandler | ListPingHandler | |
|
||||||
// +--------------------+--------+--------+-----------+--------------+
|
// +--------------------+------------+----+---------------+--------------+
|
||||||
// | MojangLoginHandler | Info | PlayerList | Others.... |
|
// | MojangLoginHandler | PingInfo | PlayerList | Others.... |
|
||||||
// +--------------------+--------+--------------------+--------------+
|
// +--------------------+------------+--------------------+--------------+
|
||||||
//
|
//
|
||||||
// Gate, which is used to respond to the client login request, provide login verification,
|
// 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.
|
// respond to the List Ping Request and providing the online players' information.
|
||||||
|
Reference in New Issue
Block a user