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