private static void Postfix(IDifficultyBeatmap difficultyBeatmap)
 {
     SceneTransitionHelper.Patch(difficultyBeatmap);
 }
Example #2
0
 private static void Postfix(IDifficultyBeatmap difficultyBeatmap, PlayerSpecificSettings playerSpecificSettings)
 {
     SceneTransitionHelper.Patch(difficultyBeatmap, playerSpecificSettings);
 }