Exemplo n.º 1
0
        private RessourcesManager()
        {
            _gameboard = Gameboard.Instance;
            _ressourcesProduction = RessourcesProduction.Instance;
            _researchHandler = ResearchHandler.Instance;

            // Default time = 1 min
            _timeScale = 60;
        }
        private RessourcesManager()
        {
            _gameboard            = Gameboard.Instance;
            _ressourcesProduction = RessourcesProduction.Instance;
            _researchHandler      = ResearchHandler.Instance;

            // Default time = 1 min
            _timeScale = 60;
        }