mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 22:32:55 +08:00
Expose UseDevelopmentServer as virtual
This commit is contained in:
parent
fa456da0ec
commit
4ae6cba080
@ -69,7 +69,7 @@ namespace osu.Game
|
||||
/// </summary>
|
||||
private const double global_track_volume_adjust = 0.8;
|
||||
|
||||
public bool UseDevelopmentServer { get; }
|
||||
public virtual bool UseDevelopmentServer { get; }
|
||||
|
||||
public virtual Version AssemblyVersion => Assembly.GetEntryAssembly()?.GetName().Version ?? new Version();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user