mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Merge branch 'master' into fix-storyboard-sample-rate
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user