mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Remove FinalNotification
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user