예제 #1
0
        public void StartSession()
        {
            Lives           = GameConfiguration.Instance.Lives;
            Score           = 0;
            ScoreMultiplier = 1;

            _ball.Activate();
            _path.Activate();
        }