Files
2026-06-04 11:42:34 +02:00

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
{
}
}