Improved reconnect flow

This commit is contained in:
2024-01-29 23:16:06 +01:00
parent bf08205c7d
commit b22d0b1367
25 changed files with 212 additions and 99 deletions

View File

@ -16,5 +16,5 @@ enum Packet {
@export var packet_type: Packet
func handle_packet(_data: PackedByteArray, _peer: PacketPeer):
func handle_packet(_data: PackedByteArray):
pass