Ejemplo n.º 1
0
 public StandalongUser(Game game)
 {
     _Game = game;
     _Agent = new Regulus.Standalong.Agent();
     _Machine = new Regulus.Utility.StageMachine();
     _ConnectProvider = new Regulus.Remoting.Ghost.TProvider<Project.SamebestKeys.IConnect>();
     _OnlineProvider = new Regulus.Remoting.Ghost.TProvider<Project.SamebestKeys.IOnline>();
 }
Ejemplo n.º 2
0
 public OnlineStage(Regulus.Standalong.Agent agent , Regulus.Remoting.Ghost.TProvider<Project.SamebestKeys.IOnline> provider , Regulus.Projects.SamebestKeys.Standalong.Game game)
 {
     _Game = game;
     _Updater = new Utility.Updater();
     _Agent = agent;
     _Id = Guid.NewGuid();
     _Provider = provider;
 }