Ejemplo n.º 1
0
 public static void Prefix(Notification __0)
 {
     selectedNotification = __0;
     MelonLogger.Msg("Called patch");
     InviteButton.UpdateText();
 }
Ejemplo n.º 2
0
 public static void Prefix(Notification __0)
 {
     selectedNotification = __0;
     InviteButton.UpdateText();
 }
 private void OnEnable() => InviteButton.UpdateText();