wip
This commit is contained in:
@@ -21,5 +21,5 @@ namespace Ragon.Server.IO;
|
||||
public interface INetworkChannel
|
||||
{
|
||||
void Send(byte[] data);
|
||||
void Send(RagonBuffer buffer);
|
||||
void Send(RagonStream buffer);
|
||||
}
|
||||
Reference in New Issue
Block a user