Example #1
0
 public static void Postfix(LocalLeaderboardsModel __instance)
 {
     try
     {
         __instance.Save();
     }
     catch
     {
     }
     try
     {
         PostScoreBehavior.PostScores();
     }
     catch
     {
     }
 }