12 lines
179 B
C#
12 lines
179 B
C#
using System;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x020003BF RID: 959
|
|
[UsedByNativeCode]
|
|
public sealed class HideInInspector : Attribute
|
|
{
|
|
}
|
|
}
|