1
0
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:
Dean Herbert 2021-10-05 14:51:53 +09:00
parent e19be8ebe4
commit 7176dc95e5

View File

@ -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.