test
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using UnityEditor;
|
||||
|
||||
using Unity.PlasticSCM.Editor.UI;
|
||||
|
||||
namespace Unity.PlasticSCM.Editor
|
||||
{
|
||||
internal class ProjectWindow
|
||||
{
|
||||
internal static void Repaint()
|
||||
{
|
||||
EditorWindow projectWindow = FindEditorWindow.ProjectWindow();
|
||||
|
||||
if (projectWindow == null)
|
||||
return;
|
||||
|
||||
projectWindow.Repaint();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user