penis/Library/PackageCache/com.unity.collab-proxy@ab839cc7d2ad/Editor/_Deprecated/CollabMigration/MigrateCollabProject.cs
Vladislav 2750530006 1
2025-09-18 15:33:57 +03:00

13 lines
353 B
C#

using System;
using System.ComponentModel;
namespace Unity.PlasticSCM.Editor.CollabMigration
{
// Placeholder. 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
{
}
}