mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 09:42:54 +08:00
fix warning
This commit is contained in:
parent
ffadc7d781
commit
fcda194c96
@ -3,7 +3,7 @@
|
||||
|
||||
namespace osu.Game.Screens.Edit.Commands
|
||||
{
|
||||
public abstract class PropertyChangeCommand<TTarget, TProperty> : IEditorCommand, IMergeableCommand where TTarget : class
|
||||
public abstract class PropertyChangeCommand<TTarget, TProperty> : IMergeableCommand where TTarget : class
|
||||
{
|
||||
protected abstract TProperty ReadValue(TTarget target);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user