1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 09:42:54 +08:00

fix warning

This commit is contained in:
OliBomby 2024-10-10 17:53:25 +02:00
parent ffadc7d781
commit fcda194c96

View File

@ -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);