mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Use property instead of type checking
This commit is contained in:
@ -17,6 +17,8 @@ namespace osu.Game.Updater
|
||||
/// </summary>
|
||||
public class UpdateManager : CompositeDrawable
|
||||
{
|
||||
public virtual bool CanPerformUpdate => false;
|
||||
|
||||
[Resolved]
|
||||
private OsuConfigManager config { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user