mirror of
https://github.com/ppy/osu
synced 2025-01-09 15:49:32 +00:00
Add xmldoc for PlayerIsolationContainer
This commit is contained in:
parent
2aa21e2aff
commit
b1a19b6dd6
@ -110,6 +110,9 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
public override bool PropagatePositionalInputSubTree => false;
|
||||
public override bool PropagateNonPositionalInputSubTree => false;
|
||||
|
||||
/// <summary>
|
||||
/// Isolates each player instance from the game-wide ruleset/beatmap/mods (to allow for different players having different settings).
|
||||
/// </summary>
|
||||
private class PlayerIsolationContainer : Container
|
||||
{
|
||||
[Cached]
|
||||
|
Loading…
Reference in New Issue
Block a user