using System; namespace QSB.Utility; /// /// denotes that the given type is used in the unity project /// and therefore caution should be used when moving/renaming/deleting /// public class UsedInUnityProjectAttribute : Attribute { }