Skip to content

Commit cdfd080

Browse files
committed
fixed wrong force dependence
1 parent 97d3121 commit cdfd080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OsuLiveStatusPanel/SourcesWrapper/MemoryReaderWrapper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace OsuLiveStatusPanel
1515
{
16-
public class OsuRTDataProviderWrapper:SourceWrapperBase<OsuRTDataProviderPlugin>
16+
internal class OsuRTDataProviderWrapper:SourceWrapperBase<OsuRTDataProviderPlugin>
1717
{
1818
public ModsInfo current_mod;
1919

OsuLiveStatusPanel/SourcesWrapper/NowPlayingWrapper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace OsuLiveStatusPanel
1010
{
11-
public class NowPlayingWrapper : SourceWrapperBase<NowPlaying.NowPlaying>
11+
internal class NowPlayingWrapper : SourceWrapperBase<NowPlaying.NowPlaying>
1212
{
1313
public NowPlayingWrapper(NowPlaying.NowPlaying ref_plugin, OsuLiveStatusPanelPlugin plugin) : base(ref_plugin, plugin)
1414
{

0 commit comments

Comments
 (0)