mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:12:56 +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;
|
public readonly PlayerConfiguration Configuration;
|
||||||
|
|
||||||
internal Score Score { get; private set; }
|
protected Score Score { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a new player instance.
|
/// Create a new player instance.
|
||||||
|
Loading…
Reference in New Issue
Block a user