예제 #1
0
 protected virtual void ConfigureInstances()
 {
     Game.SteamHelper   = SteamHelper.Create(); // TODO: Move
     DataCheat.Instance = Container.GetInstance <ICallContextService>();
     CoreCheat.SetServices(Container.GetInstance <ICoreCheatImpl>());
     Tools.RegisterServices(Container.GetInstance <ToolsServices>());
     SyncEvilGlobal.Setup(Container.GetInstance <EvilGlobalServices>(), () => _isPremium() ? 6 : 3);
 }
예제 #2
0
 public void Setup()
 {
     CoreCheat.SetServices(new CoreCheatImpl(new Dummy()));
 }