quantum-space-buddies/QSB/Utility/UsedInUnityProjectAttribute.cs

10 lines
260 B
C#
Raw Normal View History

2022-08-27 18:44:52 +00:00
using System;
namespace QSB.Utility;
/// <summary>
/// denotes that the given type is used in the unity project
/// and therefore caution should be used when moving/renaming/deleting
/// </summary>
public class UsedInUnityProjectAttribute : Attribute { }