Exemplo n.º 1
0
 private void Awake()
 {
     ManagerLocator.TryRegister <MenuUIManager>(this);
 }
Exemplo n.º 2
0
 private void Awake()
 {
     ManagerLocator.TryRegister <HUD>(this);
 }
Exemplo n.º 3
0
 private void Awake()
 {
     Init();
     ManagerLocator.TryRegister <SpawnManager>(this);
     ResetSpawningCompletely();
 }
Exemplo n.º 4
0
 private void Awake()
 {
     ManagerLocator.TryRegister <PlayerController>(this);
     HP.OnHitPointsChanged += HandleHPChanged;
 }
Exemplo n.º 5
0
 private void Awake()
 {
     ManagerLocator.TryRegister <GameController>(this);
 }
Exemplo n.º 6
0
 private void Awake()
 {
     ManagerLocator.TryRegister <PoolManager>(this);
 }
Exemplo n.º 7
0
 private void Awake()
 {
     ManagerLocator.TryRegister <CameraManager>(this);
 }