mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 09:23:06 +08:00
Move WindowsAssociationManager
to osu.Desktop
This commit is contained in:
parent
2f4211249e
commit
01efd1b353
@ -5,6 +5,7 @@ using System;
|
||||
using System.IO;
|
||||
using System.Runtime.Versioning;
|
||||
using osu.Desktop.LegacyIpc;
|
||||
using osu.Desktop.Windows;
|
||||
using osu.Framework;
|
||||
using osu.Framework.Development;
|
||||
using osu.Framework.Logging;
|
||||
@ -12,7 +13,6 @@ using osu.Framework.Platform;
|
||||
using osu.Game;
|
||||
using osu.Game.IPC;
|
||||
using osu.Game.Tournament;
|
||||
using osu.Game.Updater;
|
||||
using SDL2;
|
||||
using Squirrel;
|
||||
|
||||
|
@ -13,7 +13,7 @@ using osu.Framework.Logging;
|
||||
using osu.Game.Resources.Icons;
|
||||
using osu.Game.Localisation;
|
||||
|
||||
namespace osu.Game.Updater
|
||||
namespace osu.Desktop.Windows
|
||||
{
|
||||
[SupportedOSPlatform("windows")]
|
||||
public partial class WindowsAssociationManager : Component
|
Loading…
Reference in New Issue
Block a user