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:
parent
508701f4dd
commit
fb5d3deb91
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user