1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00
osu-lazer/osu.Game/Screens/Spectate
Dean Herbert b024065857
Remove implicit schedule of abstract methods in SpectatorScreen
This allows each implementation to have control over scheduling. Without
this, the solo implementation would not be able to handle quit events
while watching a player, as it would push a child (gameplay) screen to
the stack where the `SpectatorScreen` would usually be.
2023-11-24 14:26:09 +09:00
..
SpectatorGameplayState.cs Automated pass 2023-06-24 01:00:03 +09:00
SpectatorScreen.cs Remove implicit schedule of abstract methods in SpectatorScreen 2023-11-24 14:26:09 +09:00