1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 23:23:12 +08:00

Remove Component superclass from EditorCommandHandler

This commit is contained in:
Marvin Schürz 2024-10-08 20:56:04 +02:00
parent 508701f4dd
commit fb5d3deb91

View File

@ -5,12 +5,11 @@ using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Screens.Edit.Commands;
namespace osu.Game.Screens.Edit
{
public partial class EditorCommandHandler : Component
public partial class EditorCommandHandler
{
public EditorCommandHandler()
{