new-horizons/NewHorizons/UsedInUnityProjectAttribute.cs
2022-11-20 13:01:36 -05:00

7 lines
232 B
C#

using System;
/// <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 { }