Exemple #1
0
        const int LOWEST_DIFF  = 1; //lowest diff level

        public PlayControllerTests()
        {
            _controller = new PlayController();
            _image      = new ImageDBRepository();
            _map        = new MapDBRepository();
            _progress   = new ProfileProgressDBRepository();
            _minigame   = new MiniGamesDBRepository();
            _options    = new OptionsDBRepository();
        }