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

Display an actual date/time.

This commit is contained in:
Dean Herbert 2017-04-18 21:36:34 +09:00
parent 4a3fc710c4
commit dc13d4d4ab
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -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",