Files
H3VR-TNH-Quality-of-Life-Im…/Assets/MeatKit/HideInNormalInspectorAttribute.cs
T

5 lines
112 B
C#

using UnityEngine;
namespace MeatKit
{
public class HideInNormalInspectorAttribute : PropertyAttribute { }
}