1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Add note about version override

This commit is contained in:
Dean Herbert 2020-03-05 15:40:48 +09:00
parent 5b8037ea7d
commit 646c8fe077

View File

@ -108,6 +108,7 @@ namespace osu.Game.Tests.Visual.Navigation
public new Bindable<RulesetInfo> Ruleset => base.Ruleset;
// if we don't do this, when running under nUnit the version that gets populated is that of nUnit.
public override string Version => "test game";
protected override Loader CreateLoader() => new TestLoader();