UpdateSupportedProtocols

Updates the accepted protocols for one of the supported games.

@clientbound
struct UpdateSupportedProtocols {}

Members

Mixins

__anonymous
mixin IO!(game, protocols)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
game
ubyte game;
Undocumented in source.
protocols
uint[] protocols;
Undocumented in source.

Meta