Uses of Record Class
crow.game.login.api.CharServer
Packages that use CharServer
Package
Description
This package contains the shared objects and interfaces for usage between HA layers and the login
server layer.
This package contains the protocol objects for the communication between the client and the login
server.
the omnisrv package wraps all the decoupled servers implemented and working and launches them as
a single process.
-
Uses of CharServer in crow.game.login.api
Methods in crow.game.login.api that return types with arguments of type CharServerMethods in crow.game.login.api with parameters of type CharServer -
Uses of CharServer in crow.game.login.proto
Methods in crow.game.login.proto that return types with arguments of type CharServerModifier and TypeMethodDescriptionLoginSuccess.servers()Returns the value of theserversrecord component.Constructor parameters in crow.game.login.proto with type arguments of type CharServerModifierConstructorDescriptionLoginSuccess(int login1, int login2, int accountID, byte gender, List<CharServer> servers) Creates an instance of aLoginSuccessrecord class. -
Uses of CharServer in crow.game.omnisrv
Methods in crow.game.omnisrv that return types with arguments of type CharServerMethods in crow.game.omnisrv with parameters of type CharServer