11 lines
197 B
C#
11 lines
197 B
C#
using System;
|
|
|
|
namespace UnityEngine.Bindings
|
|
{
|
|
// Token: 0x020004AA RID: 1194
|
|
[AttributeUsage(AttributeTargets.Field)]
|
|
internal class IgnoreAttribute : Attribute, IBindingsAttribute
|
|
{
|
|
}
|
|
}
|