1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 15:57:24 +08:00

Remove unused properties

This commit is contained in:
Susko3 2023-12-01 00:36:40 +01:00
parent 21fedff54f
commit fba6349c65

View File

@ -167,21 +167,12 @@ namespace osu.Game.Tests.Visual.Online
{ {
private static long messageCounter; private static long messageCounter;
internal static readonly APIUser TEST_SENDER_BACKGROUND = new APIUser
{
Username = @"i-am-important",
Id = 42,
Colour = "#250cc9",
};
internal static readonly APIUser TEST_SENDER = new APIUser internal static readonly APIUser TEST_SENDER = new APIUser
{ {
Username = @"Somebody", Username = @"Somebody",
Id = 1, Id = 1,
}; };
public new DateTimeOffset Timestamp = DateTimeOffset.Now;
public DummyMessage(string text, bool isAction = false, bool isImportant = false, int number = 0) public DummyMessage(string text, bool isAction = false, bool isImportant = false, int number = 0)
: base(messageCounter++) : base(messageCounter++)
{ {