This commit is contained in:
2024-09-28 20:11:56 +03:00
parent 5136f08dab
commit 672bb1ff6d
95 changed files with 741 additions and 601 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ namespace Ragon.Client
public class RagonSession
{
private readonly RagonClient _client;
private readonly RagonBuffer _buffer;
private readonly RagonStream _buffer;
public RagonSession(RagonClient client, RagonBuffer buffer)
public RagonSession(RagonClient client, RagonStream buffer)
{
_client = client;
_buffer = buffer;