mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:03:21 +08:00
Display an actual date/time.
This commit is contained in:
parent
4a3fc710c4
commit
dc13d4d4ab
@ -1,4 +1,5 @@
|
||||
using System.Linq;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Testing;
|
||||
using osu.Game.Beatmaps;
|
||||
@ -42,6 +43,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
Accuracy = 0.98,
|
||||
MaxCombo = 123,
|
||||
Rank = ScoreRank.A,
|
||||
Date = DateTime.Now,
|
||||
User = new User
|
||||
{
|
||||
Username = "peppy",
|
||||
|
Loading…
Reference in New Issue
Block a user