// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using MessagePack; namespace osu.Game.Online.Multiplayer { /// /// A countdown that indicates the current multiplayer server is shutting down. /// [MessagePackObject] public class ServerShuttingDownCountdown : MultiplayerCountdown { } }