http-commands

This commit is contained in:
2023-04-13 20:42:05 +04:00
parent 24c9aa2043
commit e1a9ad476c
31 changed files with 428 additions and 104 deletions
+1 -2
View File
@@ -23,9 +23,8 @@ namespace Ragon.Server;
public class RagonContext
{
public INetworkConnection Connection { get; }
public ConnectionStatus ConnectionStatus { get; set; }
public INetworkConnection Connection { get; }
public IExecutor Executor { get; private set; }
public IRagonLobby Lobby { get; private set; }