1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:07:29 +08:00
This commit is contained in:
smoogipoo 2020-12-22 14:58:47 +09:00
parent 3bf670510a
commit dece41d050

View File

@ -14,6 +14,7 @@ using osu.Game.Screens.Ranking;
namespace osu.Game.Screens.Multi.RealtimeMultiplayer
{
// Todo: The "room" part of TimeshiftPlayer should be split out into an abstract player class to be inherited instead.
public class RealtimePlayer : TimeshiftPlayer
{
protected override bool PauseOnFocusLost => false;