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