mirror of https://github.com/ppy/osu
Remove FinalNotification
This commit is contained in:
parent
700000b583
commit
ef29987f36
|
@ -11,10 +11,5 @@ namespace osu.Game.Online.Multiplayer
|
|||
[MessagePackObject]
|
||||
public class ServerShuttingDownCountdown : MultiplayerCountdown
|
||||
{
|
||||
/// <summary>
|
||||
/// If this is the final notification, no more <see cref="ServerShuttingDownCountdown"/> events will be sent after this.
|
||||
/// </summary>
|
||||
[Key(2)]
|
||||
public bool FinalNotification { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue