mirror of
https://github.com/osukey/osukey.git
synced 2025-06-24 04:38:02 +09:00
Fix countdown serialisation
This commit is contained in:
parent
7f5fe56c1d
commit
1eb2c74e57
@ -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