Files

5 lines
112 B
C#
Raw Permalink Normal View History

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