13 lines
292 B
C#
13 lines
292 B
C#
using System;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x02000465 RID: 1125
|
|
[Obsolete("Use SerializeField on the private variables that you want to be serialized instead")]
|
|
[RequiredByNativeCode]
|
|
public sealed class SerializePrivateVariables : Attribute
|
|
{
|
|
}
|
|
}
|