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:
parent
21fedff54f
commit
fba6349c65
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user