mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Disallow skipping in multiplayer for now
This commit is contained in:
@ -19,5 +19,10 @@ namespace osu.Game.Screens.Play
|
||||
/// Whether the player should be allowed to trigger a restart.
|
||||
/// </summary>
|
||||
public bool AllowRestart { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Whether the player should be allowed to skip the intro, advancing to the start of gameplay.
|
||||
/// </summary>
|
||||
public bool AllowSkippingIntro { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user