Fix countdown serialisation

This commit is contained in:
Dan Balasescu 2022-09-11 18:50:51 +09:00
parent 7f5fe56c1d
commit 1eb2c74e57

View File

@ -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;
} }
} }