mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
move stable config declaration and initial reading
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user