1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 01:04:16 +08:00

Make Score internal

This commit is contained in:
smoogipoo
2021-10-01 20:52:48 +09:00
Unverified
parent 98badd644f
commit d0081908c5
+1 -1
View File
@@ -137,7 +137,7 @@ namespace osu.Game.Screens.Play
public readonly PlayerConfiguration Configuration;
public Score Score { get; private set; }
internal Score Score { get; private set; }
/// <summary>
/// Create a new player instance.