Files

5 lines
112 B
C#

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