Make Score internal

This commit is contained in:
smoogipoo 2021-10-01 20:52:48 +09:00
parent 98badd644f
commit d0081908c5
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public abstract class Player : ScreenWithBeatmapBackground, ISamplePlaybackDisab
public readonly PlayerConfiguration Configuration;
public Score Score { get; private set; }
internal Score Score { get; private set; }
/// <summary>
/// Create a new player instance.