unreliable packets
All checks were successful
Linux arm64 / Build (pull_request) Successful in 1m37s

This commit is contained in:
2024-08-20 19:27:20 +02:00
parent f557d0dd2d
commit 03b6e577ea
5 changed files with 144 additions and 15 deletions

View File

@@ -27,6 +27,8 @@ class NetworkInterface : public godot::Node, public protocol::PacketDispatcher {
private:
void RecievePacketDataReliable(godot::PackedByteArray a_PacketData);
void RecievePacketDataUnreliable(godot::PackedByteArray a_PacketData);
void RecievePacketDataUnreliableOrdered(godot::PackedByteArray a_PacketData);
void OnPlayerConnected(PeerID a_PeerId);
void OnPlayerDisconnected(PeerID a_PeerId);