mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-12-01 22:53:28 +01:00
7 lines
117 B
Python
7 lines
117 B
Python
# Formerly known as state_handshake_clientbound.
|
|
def get_packets(context):
|
|
packets = {
|
|
|
|
}
|
|
return packets
|