mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 02:49:54 +08:00
Revert Player.Score to protected
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user