0.3.0: Added history list
This commit is contained in:
parent
1e1736f94a
commit
9b73200c73
38 changed files with 662 additions and 18 deletions
10
Editor/History/Window/Views/AbstractEditorHistoryView.cs
Normal file
10
Editor/History/Window/Views/AbstractEditorHistoryView.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace Game.NavigationTool.Editor.History
|
||||
{
|
||||
internal abstract class AbstractEditorHistoryView
|
||||
{
|
||||
public abstract void Initialize();
|
||||
public abstract void Draw(EditorHistoryWindow window, Rect rect, Styles styles);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue