Added thread safe packet handlers
This commit is contained in:
@ -16,5 +16,7 @@ enum Packet {
|
||||
|
||||
@export var packet_type: Packet
|
||||
|
||||
var thread_safe: bool
|
||||
|
||||
func handle_packet(_data: PackedByteArray):
|
||||
pass
|
Reference in New Issue
Block a user