Exemple #1
0
 public void Setup(IUcProfile profile, IUnityMainThreadDispatcher unityMainThreadDispatcher, SignalBus signalBus, ICommonValues commonValues)
 {
     this._profile = profile;
     this._unityMainThreadDispatcher = unityMainThreadDispatcher;
     this._signalBus    = signalBus;
     this._commonValues = commonValues;
 }
Exemple #2
0
 public void Setup(IUnityMainThreadDispatcher unityMainThreadDispatcher, IUcProfile profile)
 {
     this._dispatcher = unityMainThreadDispatcher;
     this._profile    = profile;
 }