Net-Game/Library/PackageCache/com.unity.collab-proxy@50ac96531b63/Editor/_Deprecated/CollabMigration/MigrateCollabProject.cs
2025-03-28 08:33:16 -04:00

11 lines
236 B
C#

using System.ComponentModel;
namespace Unity.PlasticSCM.Editor.CollabMigration
{
// Internal usage. This isn't a public API.
[EditorBrowsable(EditorBrowsableState.Never)]
public static class MigrateCollabProject
{
}
}