1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 11:27:24 +08:00

Make Score internal

This commit is contained in:
smoogipoo 2021-10-01 20:52:48 +09:00
parent 98badd644f
commit d0081908c5

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.