mirror of
https://github.com/ppy/osu.git
synced 2025-02-04 11:53:27 +08:00
Add note about version override
This commit is contained in:
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();
|
||||
|
Loading…
Reference in New Issue
Block a user