예제 #1
0
 public static bool Prefix(bool show)
 {
     if (show)
     {
         DeathRunUtils.ShowHighScores(true);
     }
     else
     {
         DeathRunUtils.HideHighScores(true);
     }
     return(true);
 }
예제 #2
0
 public static void Postfix()
 {
     DeathRunUtils.ShowHighScores(true);
 }