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