Remove FinalNotification

This commit is contained in:
Dan Balasescu 2022-09-20 15:52:20 +09:00
parent 700000b583
commit ef29987f36
1 changed files with 0 additions and 5 deletions

View File

@ -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; }
}
}