testss
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace UnityEditor.U2D.Animation
|
||||
{
|
||||
internal interface ICacheUndo
|
||||
{
|
||||
IUndo undoOverride { get; set; }
|
||||
bool isUndoOperationSet { get; }
|
||||
void IncrementCurrentGroup();
|
||||
void BeginUndoOperation(string name);
|
||||
void EndUndoOperation();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user