mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:25:39 +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)]
|
[Key(5)]
|
||||||
public TimeSpan AutoStartDuration { get; set; }
|
public TimeSpan AutoStartDuration { get; set; }
|
||||||
|
|
||||||
|
[IgnoreMember]
|
||||||
public bool AutoStartEnabled => AutoStartDuration != TimeSpan.Zero;
|
public bool AutoStartEnabled => AutoStartDuration != TimeSpan.Zero;
|
||||||
|
|
||||||
public bool Equals(MultiplayerRoomSettings? other)
|
public bool Equals(MultiplayerRoomSettings? other)
|
||||||
|
Loading…
Reference in New Issue
Block a user