mirror of https://github.com/ppy/osu
Make Score internal
This commit is contained in:
parent
98badd644f
commit
d0081908c5
|
@ -137,7 +137,7 @@ public abstract class Player : ScreenWithBeatmapBackground, ISamplePlaybackDisab
|
|||
|
||||
public readonly PlayerConfiguration Configuration;
|
||||
|
||||
public Score Score { get; private set; }
|
||||
internal Score Score { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Create a new player instance.
|
||||
|
|
Loading…
Reference in New Issue