Uses of Package
crow.game.login.proto
Packages that use crow.game.login.proto
Package
Description
This package contains the protocol objects for the communication between the client and the login
server.
The implementation of the login server, including the netty tcp service instance as well as the
non-netty service object.
-
Classes in crow.game.login.proto used by crow.game.login.protoClassDescriptionThe 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.
-
Classes in crow.game.login.proto used by crow.game.login.server