Implement most of the net var networking functionality

This commit is contained in:
Evil Factory
2026-02-08 11:51:09 -03:00
parent 224e32ccf1
commit ce4cd1fefd
3 changed files with 75 additions and 16 deletions
@@ -7,7 +7,7 @@ using System.Collections.Generic;
namespace Barotrauma.LuaCs;
public partial class NetworkingService : INetworkingService, IEventConnectedToServer, IEventServerRawNetMessageReceived
partial class NetworkingService : INetworkingService, IEventConnectedToServer, IEventServerRawNetMessageReceived
{
private ConcurrentDictionary<ushort, ConcurrentQueue<IReadMessage>> receiveQueue = new();