Merge branch 'master' into fix-storyboard-sample-rate

This commit is contained in:
Dean Herbert
2022-03-04 12:04:49 +09:00
41 changed files with 1392 additions and 217 deletions

View File

@ -136,7 +136,11 @@ namespace osu.Game.Screens.Play
public readonly PlayerConfiguration Configuration;
protected Score Score { get; private set; }
/// <summary>
/// The score for the current play session.
/// Available only after the player is loaded.
/// </summary>
public Score Score { get; private set; }
/// <summary>
/// Create a new player instance.