Ejemplo n.º 1
0
        protected virtual void SetPlayerPrefsRepo()
        {
            PlayerPrefsRepo = new PlayerPrefsRepository();

            PlayerPrefsRepo.Save();
        }
        public DefaultTranslatedInputRepository(IPlayerPrefsRepositoryInterface inPlayerPlayerPrefsRepositoryInterface)
        {
            _playerPlayerPrefsRepositoryInterface = inPlayerPlayerPrefsRepositoryInterface;

            DefaultMappings = GetDefaultMappings();
        }