mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-12-02 07:03:27 +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
|