1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Add ignore rule for new helper property

This commit is contained in:
Dean Herbert 2022-03-25 15:46:27 +09:00
parent b1f0f89fdd
commit 792e79265b

View File

@ -31,6 +31,7 @@ namespace osu.Game.Online.Multiplayer
[Key(5)]
public TimeSpan AutoStartDuration { get; set; }
[IgnoreMember]
public bool AutoStartEnabled => AutoStartDuration != TimeSpan.Zero;
public bool Equals(MultiplayerRoomSettings? other)