12 lines
183 B
C#
12 lines
183 B
C#
using System;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x02000466 RID: 1126
|
|
[RequiredByNativeCode]
|
|
public sealed class SerializeField : Attribute
|
|
{
|
|
}
|
|
}
|