11 lines
207 B
C#
11 lines
207 B
C#
using System;
|
|
|
|
namespace UnityEngine.Bindings
|
|
{
|
|
// Token: 0x020004A5 RID: 1189
|
|
[AttributeUsage(AttributeTargets.Parameter)]
|
|
internal class UnmarshalledAttribute : Attribute, IBindingsAttribute
|
|
{
|
|
}
|
|
}
|