mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Make Score internal
This commit is contained in:
parent
98badd644f
commit
d0081908c5
@ -137,7 +137,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
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
Block a user