wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Ragon.Server;
|
||||
|
||||
public interface INetworkConnection
|
||||
{
|
||||
public ushort Id { get; }
|
||||
public INetworkChannel ReliableChannel { get; }
|
||||
public INetworkChannel UnreliableChannel { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user