11 lines
276 B
C#
11 lines
276 B
C#
using System;
|
|
|
|
namespace UnityEngine.Scripting
|
|
{
|
|
// Token: 0x020004E7 RID: 1255
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, Inherited = false)]
|
|
public class PreserveAttribute : Attribute
|
|
{
|
|
}
|
|
}
|