void Awake()
    {
        _serLoc         = aServiceLocator.Instance;
        _anotherService = aNotherManager.Instance;
        _agearService   = aGearManager.Instance;

        _anotherService.Init();
        _agearService.Init();
    }
	void Awake()
	{
		_serLoc = aServiceLocator.Instance;
		_anotherService = aNotherManager.Instance;
		_agearService = aGearManager.Instance;

		_anotherService.Init();
		_agearService.Init();
	}