move stable config declaration and initial reading

This commit is contained in:
Shivam
2020-05-28 15:03:49 +02:00
parent 4c3900cfc8
commit 7ae2383288
2 changed files with 8 additions and 23 deletions

View File

@ -15,7 +15,5 @@ namespace osu.Game.Tournament.Models
{
public Bindable<string> StablePath = new Bindable<string>(string.Empty);
[JsonIgnore]
public const string STABLE_CONFIG = "tournament/stable.json";
}
}