scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.Bindings
|
||||
{
|
||||
// Token: 0x020004AA RID: 1194
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
internal class IgnoreAttribute : Attribute, IBindingsAttribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user