Nexus/Library/PackageCache/com.unity.collab-proxy@3351acaba9c9/Editor/StatusBar/INotificationContent.cs

8 lines
126 B
C#
Raw Permalink Normal View History

2026-01-06 17:23:00 +01:00
namespace Unity.PlasticSCM.Editor.StatusBar
{
internal interface INotificationContent
{
void OnGUI();
}
}