A game about forced loneliness, made by TACStudios
1using System; 2 3namespace Unity.VisualScripting 4{ 5 [AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)] 6 public sealed class RequiresUnityAPIAttribute : Attribute 7 { 8 public RequiresUnityAPIAttribute() : base() { } 9 } 10}