// Static container — passes selected song/difficulty between scenes public static class GameSession { public static SongInfo SelectedSong; public static string SelectedDifficulty; }