mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 07:19:54 +08:00
Expose UseDevelopmentServer as virtual
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user