1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 07:12:12 +08:00

Add note about version override

This commit is contained in:
Dean Herbert
2020-03-05 15:40:48 +09:00
Unverified
parent 5b8037ea7d
commit 646c8fe077
@@ -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();