Package crow.game.login.proto
package crow.game.login.proto
This package contains the protocol objects for the communication between the client and the login
server.
-
ClassDescriptionThe containing object of all the various packet handler objects.The response object indicating a login failed.The login request object, coming from the client.The response for a login request from a client.Base class for abstracting common login success logic, as it's a packet with multiple packet prefixes but that share similar layouts.