Files

13 lines
350 B
C#
Raw Permalink Normal View History

2025-08-05 09:30:40 +01:00
using System;
using System.ComponentModel;
namespace Unity.PlasticSCM.Editor.CollabMigration
{
// Internal usage. This isn't a public API.
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("MigrateCollabProject is deprecated and will be removed in a future release", false)]
public static class MigrateCollabProject
{
}
}