Created unity project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Unity.PlasticSCM.Editor.Views.Merge
|
||||
{
|
||||
internal interface IIncomingChangesTab
|
||||
{
|
||||
bool IsVisible
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
void OnEnable();
|
||||
void OnDisable();
|
||||
void Update();
|
||||
void OnGUI();
|
||||
void DrawSearchFieldForTab();
|
||||
void AutoRefresh();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user