mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-02 20:24:26 -07:00
5 lines
112 B
C#
5 lines
112 B
C#
|
|
using UnityEngine;
|
||
|
|
namespace MeatKit
|
||
|
|
{
|
||
|
|
public class HideInNormalInspectorAttribute : PropertyAttribute { }
|
||
|
|
}
|