1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-26 02:53:21 +08:00

Merge pull request #20236 from smoogipoo/fix-countdown-serialisation

Fix countdown serialisation
This commit is contained in:
Dean Herbert 2022-09-11 19:31:04 +09:00 committed by GitHub
commit aa823161f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ namespace osu.Game.Online.Multiplayer
/// <summary>
/// Whether only a single instance of this <see cref="MultiplayerCountdown"/> type may be active at any one time.
/// </summary>
[IgnoreMember]
public virtual bool IsExclusive => true;
}
}