Skip to content

Commit

Permalink
added and removed PublicAPI where it needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermanest committed Jul 18, 2023
1 parent de9afbb commit 93fefae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Source/2_Core/Replayer/ReplayerLauncher.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using BeatLeader.Models;
using System;
using BeatLeader.Utils;
using JetBrains.Annotations;
using UnityEngine;
using Zenject;

namespace BeatLeader.Replayer {
[PublicAPI]
public class ReplayerLauncher : MonoBehaviour {
[Inject] private readonly GameScenesManager _gameScenesManager = null!;
[Inject] private readonly PlayerDataModel _playerDataModel = null!;
Expand Down
1 change: 0 additions & 1 deletion Source/7_Utils/WebUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using JetBrains.Annotations;

namespace BeatLeader.Utils {
[PublicAPI]
internal static class WebUtils {
public static readonly HttpClient HttpClient = new();

Expand Down

0 comments on commit 93fefae

Please sign in to comment.