Game Login
data class GameLogin(val buffer: JagByteBuf, val decoder: BiFunction<JagByteBuf, Boolean, LoginBlock<AuthenticationType<*>>>) : IncomingLoginMessage
Constructors
Link copied to clipboard
constructor(buffer: JagByteBuf, decoder: BiFunction<JagByteBuf, Boolean, LoginBlock<AuthenticationType<*>>>)