11 lines
177 B
C#
11 lines
177 B
C#
using System;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x020003C6 RID: 966
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
internal class RejectDragAndDropMaterial : Attribute
|
|
{
|
|
}
|
|
}
|