A game about forced loneliness, made by TACStudios
1using System; 2using System.ComponentModel; 3 4namespace Unity.PlasticSCM.Editor.CollabMigration 5{ 6 // Internal usage. This isn't a public API. 7 [EditorBrowsable(EditorBrowsableState.Never)] 8 [Obsolete("MigrateCollabProject is deprecated and will be removed in a future release", false)] 9 public static class MigrateCollabProject 10 { 11 } 12}