Improved network communication
This commit is contained in:
5
client/network/shared/PacketHandler.gd
Normal file
5
client/network/shared/PacketHandler.gd
Normal file
@ -0,0 +1,5 @@
|
||||
class_name PacketHandler
|
||||
extends Node
|
||||
|
||||
func handle_packet(_data: PackedByteArray, _peer: PacketPeer):
|
||||
pass
|
Reference in New Issue
Block a user