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:
parent
b1f0f89fdd
commit
792e79265b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user