private void Awake()
 {
     eventDispatcher     = Service.Get <EventDispatcher>();
     gameStateController = Service.Get <GameStateController>();
 }
 public new void Start()
 {
     base.Start();
     contentSchedulerService = Service.Get <ContentSchedulerService>();
     gameStateController     = Service.Get <GameStateController>();
 }
Beispiel #3
0
 private void Awake()
 {
     sessionManager      = Service.Get <SessionManager>();
     gameStateController = Service.Get <GameStateController>();
 }
Beispiel #4
0
 private void Awake()
 {
     eventDispatcher       = Service.Get <EventDispatcher>();
     zoneTransitionService = Service.Get <ZoneTransitionService>();
     gameStateController   = Service.Get <GameStateController>();
 }