pyCraft/minecraft/networking/packets/clientbound/handshake/__init__.py

7 lines
117 B
Python

# Formerly known as state_handshake_clientbound.
def get_packets(context):
packets = {
}
return packets