public Agent(IProtocol protocol, Regulus.Network.IConnectProviderable client) { _Serializer = protocol.GetSerialize(); _Machine = new StageMachine(); _Core = new AgentCore(protocol); connectproivder = client; }
public RemoteFactory(Regulus.Network.IConnectProviderable client) { _Client = client; }