1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:13:21 +08:00

Remove FinalNotification

This commit is contained in:
Dan Balasescu 2022-09-20 15:52:20 +09:00
parent 700000b583
commit ef29987f36

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