Example #1
0
        public Game()
        {
            Track = Track.Load("./Tracks/Track1.txt");

            Player1 = new Player();
        }