Core/Refactor: Part 1
This commit is contained in:
@@ -31,7 +31,7 @@ using System.Net.Sockets;
|
||||
|
||||
namespace BNetServer.Networking
|
||||
{
|
||||
public partial class Session : SSLSocket
|
||||
public class Session : SSLSocket
|
||||
{
|
||||
public Session(Socket socket) : base(socket)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user