11 lines
223 B
C#
11 lines
223 B
C#
using System;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x02000459 RID: 1113
|
|
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
|
|
public sealed class DelayedAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
}
|