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