mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Revert Player.Score
to protected
This commit is contained in:
parent
e19be8ebe4
commit
7176dc95e5
@ -137,7 +137,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public readonly PlayerConfiguration Configuration;
|
||||
|
||||
internal Score Score { get; private set; }
|
||||
protected Score Score { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Create a new player instance.
|
||||
|
Loading…
Reference in New Issue
Block a user