mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
RealtimeMultiplayer -> Multiplayer
This commit is contained in:
14
osu.Game/Online/Rooms/RoomStatuses/RoomStatusEnded.cs
Normal file
14
osu.Game/Online/Rooms/RoomStatuses/RoomStatusEnded.cs
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using osu.Game.Graphics;
|
||||
using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Online.Rooms.RoomStatuses
|
||||
{
|
||||
public class RoomStatusEnded : RoomStatus
|
||||
{
|
||||
public override string Message => @"Ended";
|
||||
public override Color4 GetAppropriateColour(OsuColour colours) => colours.YellowDarker;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user