from .base import Packet
class Packet41EntityPlayerGamemode(Packet, packet_id=41):
FIELDS = [
('gamemode', 'byte'),
]