13 lines
230 B
C#
13 lines
230 B
C#
using System;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x020003C4 RID: 964
|
|
[AttributeUsage(AttributeTargets.Assembly)]
|
|
[RequiredByNativeCode]
|
|
public class AssemblyIsEditorAssembly : Attribute
|
|
{
|
|
}
|
|
}
|