mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Restore clipboard content after difficulty switch
This commit is contained in:
@ -15,5 +15,10 @@ namespace osu.Game.Screens.Edit
|
||||
/// The current clock time when a difficulty switch was requested.
|
||||
/// </summary>
|
||||
public double? Time { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The current editor clipboard content at the time when a difficulty switch was requested.
|
||||
/// </summary>
|
||||
public string? ClipboardContent { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user