MIF_E31230979/Library/PackageCache/com.unity.2d.common@8.1.0/Path/Editor/EditablePath/IUndoObject.cs

10 lines
152 B
C#

using UnityEngine;
namespace UnityEditor.U2D.Common.Path
{
internal interface IUndoObject
{
void RegisterUndo(string name);
}
}