mirror of
https://github.com/osukey/osukey.git
synced 2025-05-19 20:47:24 +09:00
Merge pull request #20236 from smoogipoo/fix-countdown-serialisation
Fix countdown serialisation
This commit is contained in:
commit
aa823161f1
@ -33,6 +33,7 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether only a single instance of this <see cref="MultiplayerCountdown"/> type may be active at any one time.
|
/// Whether only a single instance of this <see cref="MultiplayerCountdown"/> type may be active at any one time.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[IgnoreMember]
|
||||||
public virtual bool IsExclusive => true;
|
public virtual bool IsExclusive => true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user