Improved connection handling
This commit is contained in:
4
network/server/Connection.gd
Normal file
4
network/server/Connection.gd
Normal file
@ -0,0 +1,4 @@
|
||||
class_name Connection
|
||||
|
||||
var peer: PacketPeerUDP
|
||||
var last_packet: int
|
Reference in New Issue
Block a user