Files
LowPolyBattleSim/Library/PackageCache/com.unity.collab-proxy@c854d1f7d97f/Editor/_Deprecated/CollabMigration/MigrateCollabProject.cs
Caleb Sandford deQuincey ecdd3e2a9e intial commit
2025-06-27 23:27:49 +01:00

13 lines
350 B
C#

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
{
}
}