1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 03:29:53 +08:00

Revert Player.Score to protected

This commit is contained in:
Dean Herbert
2021-10-05 14:51:53 +09:00
Unverified
parent e19be8ebe4
commit 7176dc95e5
+1 -1
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.